3 overrides of ContextProtocol
System.ServiceModel (3)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
39
protected override ContextProtocol
ContextProtocol
System\ServiceModel\Channels\ContextOutputChannel.cs (1)
22
protected override ContextProtocol
ContextProtocol
System\ServiceModel\Channels\ContextOutputSessionChannel.cs (1)
27
protected override ContextProtocol
ContextProtocol
3 references to ContextProtocol
System.ServiceModel (3)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (3)
40
return new SendAsyncResult(message, this, this.
ContextProtocol
, timeout, callback, state);
57
return (T)(object)this.
ContextProtocol
;
73
this.
ContextProtocol
.OnOutgoingMessage(message, null);