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