1 write to _readTimeout
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
987_readTimeout = value;
3 references to _readTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
981return _readTimeout; 988_readTimeoutHelper = new TimeoutHelper(TimeoutHelper.FromMilliseconds(_readTimeout)); 1003_writeTimeoutHelper = new TimeoutHelper(TimeoutHelper.FromMilliseconds(_readTimeout));