MergeSynchronizationAgent.InternetTimeout Property

Definition

Gets or sets the HTTP time-out when connecting to the Web server.

public:
 virtual property int InternetTimeout { int get(); void set(int value); };
public virtual int InternetTimeout { get; set; }
member this.InternetTimeout : int with get, set
Public Overridable Property InternetTimeout As Integer

Property Value

The HTTP time-out.

Implements

Remarks

The InternetTimeout property specifies the maximum number of seconds to wait for connections to be established when using Web synchronization.

Applies to