10 references to WebSocketSettings
System.ServiceModel (10)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (9)
243
if (this.
WebSocketSettings
.SubProtocol != null)
245
request.Headers[WebSocketHelper.SecWebSocketProtocol] = this.
WebSocketSettings
.SubProtocol;
376
this.
WebSocketSettings
.SubProtocol,
379
this.
WebSocketSettings
.GetEffectiveKeepAliveInterval(),
380
this.
WebSocketSettings
.DisablePayloadMasking,
445
if (this.
WebSocketSettings
.SubProtocol != null)
447
CheckResponseHeader(response, WebSocketHelper.SecWebSocketProtocol, this.
WebSocketSettings
.SubProtocol, true);
516
ws = this.connectionFactory.CreateWebSocket(this.connection, this.
WebSocketSettings
.Clone());
540
string requested = this.
WebSocketSettings
.SubProtocol;
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
154
return this.channel.
WebSocketSettings
.CreateNotificationOnConnection;