Segment.Request.BlockingRequestHandler.BlockingRequestHandler C# (CSharp) Method

BlockingRequestHandler() private method

private BlockingRequestHandler ( Client client, System.TimeSpan timeout ) : System
client Client
timeout System.TimeSpan
return System
		internal BlockingRequestHandler (Client client, TimeSpan timeout)
		{
			this._client = client;
			this.Timeout = timeout;
		}