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