PaymentGatewayLibrary

AuthorizeNetGateway.Timeout Property

Gets or sets the timeout value in milliseconds for a request. The default timeout value is 600,000 milliseconds.

[Visual Basic]
Public Property Timeout As Integer
[C#]
public int Timeout {get; set;}

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionThe value specified for a set operation was negative and was not System.Threading.Timeout.Infinite.

See Also

AuthorizeNetGateway Class | Duis.Payment Namespace