AsyncWcfLib

WcfMessage.z_GetServiceKnownTypes Method

This method is used internally only. In order to run under partial trust it probably must be public. (http://msdn.microsoft.com/en-us/library/bb412186%28v=VS.100%29.aspx)

public static IEnumerable<Type> z_GetServiceKnownTypes(
   ICustomAttributeProvider provider
);

Return Value

A list of known message types for the ServiceContractResolver.

See Also

WcfMessage Class | SourceForge.AsyncWcfLib Namespace