This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets the send timeout (in seconds).
When you need to set one of the other timeout values, use a binding configuration section and specify its name using the parameter BindingConfigurationName.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
public int SendTimeout { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
Public Property SendTimeout As Integer
	Get
	Set

Field Value

The send timeout.

See Also

Advanced