9 references to Protocol
System.Runtime.Remoting (9)
channels\sinks\binaryformattersinks.cs (9)
367
BinaryServerFormatterSink.
Protocol
protocol =
368
BinaryServerFormatterSink.
Protocol
.Other;
373
protocol = BinaryServerFormatterSink.
Protocol
.Http;
416
private
Protocol
_protocol; // remembers which protocol is being used
425
public BinaryServerFormatterSink(
Protocol
protocol, IServerChannelSink nextSink,
510
if (_protocol ==
Protocol
.Http)
529
if (_protocol ==
Protocol
.Http)
658
if (_protocol ==
Protocol
.Http)
696
if (_protocol ==
Protocol
.Http)