3 instantiations of TimeoutStream
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
234
IAsyncResult result = MessageEncoder.BeginWriteMessage(message, new
TimeoutStream
(webSocketStream, timeout), s_streamedWriteCallback, this);
276
TimeoutStream timeoutStream = new
TimeoutStream
(webSocketStream, timeout);
835
new
TimeoutStream
(
1 reference to TimeoutStream
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
276
TimeoutStream
timeoutStream = new TimeoutStream(webSocketStream, timeout);