4 instantiations of TimeoutStream
System.ServiceModel.Http (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
213
IAsyncResult result = MessageEncoder.BeginWriteMessage(message, new
TimeoutStream
(webSocketStream, timeout), s_streamedWriteCallback, this);
255
TimeoutStream timeoutStream = new
TimeoutStream
(webSocketStream, timeout);
807
new
TimeoutStream
(
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
585
Stream writeTimeoutStream = new
TimeoutStream
(connectionStream, timeoutHelper.RemainingTime());
1 reference to TimeoutStream
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
255
TimeoutStream
timeoutStream = new TimeoutStream(webSocketStream, timeout);