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