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