2 implementations of IServerFormatterSinkProvider
System.Runtime.Remoting (2)
channels\sinks\binaryformattersinks.cs (1)
309
public class BinaryServerFormatterSinkProvider :
IServerFormatterSinkProvider
channels\sinks\soapformattersinks.cs (1)
362
public class SoapServerFormatterSinkProvider :
IServerFormatterSinkProvider
1 reference to IServerFormatterSinkProvider
mscorlib (1)
system\runtime\remoting\configuration.cs (1)
623
if ((bServer && !typeof(
IServerFormatterSinkProvider
).IsAssignableFrom(type)) ||