Method | Description | |
---|---|---|
CellStorageRequest ( string url, |
This method is used to send the cell storage request to the server.
|
|
Reset ( ) : void |
Override the Reset function.
|
Method | Description | |
---|---|---|
CloseProxy ( ) : void |
Close and dispose the proxy.
|
|
GetCellStorageResponseObject ( Message responseMsg ) : |
Used to parse the response message and retrieve the CellStorageResponse object
|
|
MS_FSSHTTP_FSSHTTPBAdapter ( ) : System |
Initializes static members of the MS_FSSHTTP_FSSHTTPBAdapter class.
|
|
ValidateGenericType ( |
Validate the generic response type from the server.
|
|
ValidateSpecificType ( |
Validate the specific response type from the server.
|
public CellStorageRequest ( string url, |
||
url | string | Specifies the URL of the file to edit. |
subRequests | Specifies the sub request array. | |
requestToken | string | Specifies a non-negative request token integer that uniquely identifies the Request |
version | ushort | Specifies the version number of the request, whose value should only be 2. |
minorVersion | ushort | Specifies the minor version number of the request, whose value should only be 0 or 2. |
interval | uint | Specifies a nonnegative integer in seconds, which the protocol client will repeat this request, the default value is null. |
metaData | int | Specifies a 32-bit value that specifies information about the scenario and urgency of the request, the default value is null. |
return |