1 instantiation of SoapServerFormatterSink
System.Runtime.Remoting (1)
channels\sinks\soapformattersinks.cs (1)
426SoapServerFormatterSink sink = new SoapServerFormatterSink(protocol, nextSink, channel);
4 references to SoapServerFormatterSink
System.Runtime.Remoting (4)
channels\sinks\soapformattersinks.cs (4)
418SoapServerFormatterSink.Protocol protocol = 419SoapServerFormatterSink.Protocol.Other; 424protocol = SoapServerFormatterSink.Protocol.Http; 426SoapServerFormatterSink sink = new SoapServerFormatterSink(protocol, nextSink, channel);