Method | Description | |
---|---|---|
AddRequest ( string url, |
This method is used to add a request to the request collection in the request envelope body.
|
|
RequestMessageBodyWriter ( ushort version, ushort minorVersion ) : System |
Initializes a new instance of the RequestMessageBodyWriter class with the specified version and minor version type number.
|
Method | Description | |
---|---|---|
OnWriteBodyContents ( |
Override the method to write the content to the XML dictionary writer.
|
Method | Description | |
---|---|---|
CreateEnvelopeBody ( ushort versionTypeNumber, ushort minorVersionTypeNumber ) : void |
This method is used to create request envelope message body, but not include the RequestCollection.
|
|
CreateRequestVersion ( ushort versionTypeNumber, ushort minorVersionTypeNumber ) : |
This method is used to create the VersionType instance using the specified version type number and minor version type number
|
|
WriteNode ( |
This method is used to write a XML node to a XML writer.
|
public AddRequest ( string url, |
||
url | string | Specify the URL of the file to edit. |
subRequests | Specify the sub request array. | |
requestToken | string | Specify the token which uniquely identify the request. |
interval | uint | Specify a nonnegative integer in seconds, which the protocol client will repeat this request. |
metaData | int | Specify a 32-bit value that specifies information about the scenario and urgency of the request. |
return | void |
protected OnWriteBodyContents ( |
||
writer | Specify the output destination of the content. | |
return | void |
public RequestMessageBodyWriter ( ushort version, ushort minorVersion ) : System | ||
version | ushort | Specify the version type number. |
minorVersion | ushort | Specify the minor version type number. |
return | System |