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