PrintSupportIppCommunicationTimeouts.ConnectTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the timeout for establishing the IPP connection.
public:
property TimeSpan ConnectTimeout { TimeSpan get(); void set(TimeSpan value); };
TimeSpan ConnectTimeout();
void ConnectTimeout(TimeSpan value);
public System.TimeSpan ConnectTimeout { get; set; }
var timeSpan = printSupportIppCommunicationTimeouts.connectTimeout;
printSupportIppCommunicationTimeouts.connectTimeout = timeSpan;
Public Property ConnectTimeout As TimeSpan
Property Value
A System.TimeSpan object representing the timeout interval.