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