1 instantiation of BinaryServerFormatterSink
System.Runtime.Remoting (1)
channels\sinks\binaryformattersinks.cs (1)
375
BinaryServerFormatterSink sink = new
BinaryServerFormatterSink
(protocol, nextSink, channel);
4 references to BinaryServerFormatterSink
System.Runtime.Remoting (4)
channels\sinks\binaryformattersinks.cs (4)
367
BinaryServerFormatterSink
.Protocol protocol =
368
BinaryServerFormatterSink
.Protocol.Other;
373
protocol =
BinaryServerFormatterSink
.Protocol.Http;
375
BinaryServerFormatterSink
sink = new BinaryServerFormatterSink(protocol, nextSink, channel);