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