2 implementations of IClientFormatterSinkProvider
System.Runtime.Remoting (2)
channels\sinks\binaryformattersinks.cs (1)
37public class BinaryClientFormatterSinkProvider : IClientFormatterSinkProvider
channels\sinks\soapformattersinks.cs (1)
39public class SoapClientFormatterSinkProvider : IClientFormatterSinkProvider
1 reference to IClientFormatterSinkProvider
mscorlib (1)
system\runtime\remoting\configuration.cs (1)
624(!bServer && !typeof(IClientFormatterSinkProvider).IsAssignableFrom(type)))