1 write to subProtocol
System.ServiceModel (1)
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
39
this.
subProtocol
= subProtocol;
2 references to subProtocol
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);