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