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