2 types derived from WebSocketTransportDuplexSessionChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
17class ClientWebSocketTransportDuplexSessionChannel : WebSocketTransportDuplexSessionChannel
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
15class ServerWebSocketTransportDuplexSessionChannel : WebSocketTransportDuplexSessionChannel
5 references to WebSocketTransportDuplexSessionChannel
System.ServiceModel (5)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (5)
465WebSocketTransportDuplexSessionChannel thisPtr = (WebSocketTransportDuplexSessionChannel)ar.AsyncState; 512public WebSocketMessageSource(WebSocketTransportDuplexSessionChannel webSocketTransportDuplexSessionChannel, WebSocket webSocket, 520public WebSocketMessageSource(WebSocketTransportDuplexSessionChannel webSocketTransportDuplexSessionChannel, WebSocketContext context, 533void Initialize(WebSocketTransportDuplexSessionChannel webSocketTransportDuplexSessionChannel, WebSocket webSocket, bool useStreaming, IDefaultCommunicationTimeouts defaultTimeouts)