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