1 write to httpResponseMessage
System.ServiceModel (1)
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
38
this.
httpResponseMessage
= httpResponseMessage;
2 references to httpResponseMessage
System.ServiceModel (2)
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (2)
100
this.httpRequestContext.AcceptWebSocket(this.
httpResponseMessage
, this.subProtocol, timeout);
117
return this.httpRequestContext.BeginAcceptWebSocket(this.
httpResponseMessage
, this.subProtocol, callback, state);