3 references to 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(