5 instantiations of TimeoutStream
System.ServiceModel (5)
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
1635
Stream writeTimeoutStream = new
TimeoutStream
(connectionStream, ref timeoutHelper);
1842
Stream writeTimeoutStream = new
TimeoutStream
(connectionStream, ref timeoutHelper);
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
268
IAsyncResult result = this.MessageEncoder.BeginWriteMessage(message, new
TimeoutStream
(webSocketStream, ref helper), streamedWriteCallback, this);
324
TimeoutStream timeoutStream = new
TimeoutStream
(webSocketStream, ref helper);
973
new
TimeoutStream
(
1 reference to TimeoutStream
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
324
TimeoutStream
timeoutStream = new TimeoutStream(webSocketStream, ref helper);