SdlChannelSinkProvider Class
Provides the implementation for the server channel sink provider that creates SdlChannelSink instances.
For a list of all members of this type, see SdlChannelSinkProvider Members.
System.Object
System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider
[Visual Basic] Public Class SdlChannelSinkProvider Implements IServerChannelSinkProvider [C#] public class SdlChannelSinkProvider : IServerChannelSinkProvider [C++] public __gc class SdlChannelSinkProvider : public IServerChannelSinkProvider [JScript] public class SdlChannelSinkProvider implements IServerChannelSinkProvider
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The SdlChannelSink is used to create Web Services Description Language (WSDL) schema in situations where the URL ends with the string "?wsdl", for example, http://localhost/longbeard?wsdl .
Requirements
Namespace: System.Runtime.Remoting.MetadataServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
See Also
SdlChannelSinkProvider Members | System.Runtime.Remoting.MetadataServices Namespace