IUploadsClient Interface
Provides access to properties and members the uploads client object.
Members
Name | Description | |
---|---|---|
![]() |
Init | Initializes the uploads client object. |
![]() |
TimeoutInSecs | . |
IUploadsClient.Init Method
Initializes the uploads client object.
Public Sub Init ( _
ByVal pConn As IAGSServerConnection _
)
public void Init (
IAGSServerConnection pConn
);
IUploadsClient.TimeoutInSecs Property
.
Public Property TimeoutInSecs As Integer
public int TimeoutInSecs {get; set;}
Classes that implement IUploadsClient
Classes | Description |
---|---|
UploadsClient | The uploads client object. |