Jaa


PrintSupportIppCommunicationTimeouts Class

Definition

Represents the timeout intervals for Internet Printing Protocol (IPP) communications.

public ref class PrintSupportIppCommunicationTimeouts sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1114112)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintSupportIppCommunicationTimeouts final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1114112)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintSupportIppCommunicationTimeouts
Public NotInheritable Class PrintSupportIppCommunicationTimeouts
Inheritance
Object Platform::Object IInspectable PrintSupportIppCommunicationTimeouts
Attributes

Windows requirements

Device family
Windows 11, version 24H2 (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Remarks

This class is used by properties of the PrintSupportIppCommunicationConfiguration class.

Properties

ConnectTimeout

Gets or sets the timeout for establishing the IPP connection.

ReceiveTimeout

Gets or sets the timeout for receiving IPP responses.

SendTimeout

Gets or sets the timeout for sending IPP requests.

Applies to