Jaa


PrintSupportIppCommunicationTimeouts.SendTimeout Property

Definition

Gets or sets the timeout for sending IPP requests.

public:
 property TimeSpan SendTimeout { TimeSpan get(); void set(TimeSpan value); };
TimeSpan SendTimeout();

void SendTimeout(TimeSpan value);
public System.TimeSpan SendTimeout { get; set; }
var timeSpan = printSupportIppCommunicationTimeouts.sendTimeout;
printSupportIppCommunicationTimeouts.sendTimeout = timeSpan;
Public Property SendTimeout As TimeSpan

Property Value

A System.TimeSpan object representing the timeout interval.

Applies to