1 write to contextProtocol
System.ServiceModel (1)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
19
this.
contextProtocol
= new ClientContextProtocol(contextExchangeMechanism, innerChannel.Via, this, callbackAddress, contextManagementEnabled);
6 references to contextProtocol
System.ServiceModel (6)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (6)
34
this.
contextProtocol
.OnOutgoingMessage(message, null);
49
this.
contextProtocol
.OnIncomingMessage(message);
57
if (typeof(T) == typeof(IContextManager) && this.
contextProtocol
is IContextManager)
59
return (T)(object)this.
contextProtocol
;
73
this.
contextProtocol
.OnOutgoingMessage(message, null);
89
this.
contextProtocol
.OnIncomingMessage(response);