Method | Description | |
---|---|---|
IsSetMaxErrorRetry ( ) : System.Boolean |
Checks if MaxErrorRetry property is set
|
|
IsSetProxyHost ( ) : System.Boolean |
Checks if ProxyHost property is set
|
|
IsSetProxyPort ( ) : System.Boolean |
Checks if ProxyPort property is set
|
|
IsSetServiceURL ( ) : System.Boolean |
Checks if ServiceURL property is set
|
|
IsSetSignatureMethod ( ) : System.Boolean |
Checks if SignatureMethod property is set
|
|
IsSetSignatureVersion ( ) : System.Boolean |
Checks if SignatureVersion property is set
|
|
IsSetUserAgent ( ) : System.Boolean |
Checks if UserAgent property is set
|
|
SetUserAgent ( String applicationName, String applicationVersion ) : void | ||
WithMaxErrorRetry ( int maxErrorRetry ) : |
Sets the MaxErrorRetry property
|
|
WithProxyHost ( String proxyHost ) : |
Sets the ProxyHost property
|
|
WithProxyPort ( int proxyPort ) : |
Sets the ProxyPort property
|
|
WithServiceURL ( String serviceURL ) : |
Sets the ServiceURL property
|
|
WithSignatureMethod ( String signatureMethod ) : |
Sets the SignatureMethod property
|
|
WithSignatureVersion ( String signatureVersion ) : |
Sets the SignatureVersion property
|
|
WithUserAgent ( String applicationName, String applicationVersion ) : |
Sets the UserAgent property
|
Method | Description | |
---|---|---|
Clean ( string s ) : string |
Replace all whitespace characters by a single space.
|
|
ConfigureUserAgentHeader ( String applicationName, String applicationVersion ) : void | ||
QuoteApplicationName ( string s ) : string |
Collapse whitespace, and escape the following characters are escaped: '\', and '/'.
|
|
QuoteApplicationVersion ( string s ) : string |
Collapse whitespace, and escape the following characters are escaped: '\', and '('.
|
|
QuoteAttributeName ( string s ) : string |
Collapse whitespace, and escape the following characters are escaped: '\', and '='.
|
|
QuoteAttributeValue ( string s ) : string |
Collapse whitespace, and escape the following characters are escaped: ')', '\', and ';'.
|
|
SetUserAgentHeader ( string applicationName, string applicationVersion, string programmingLanguage ) : void |
public IsSetMaxErrorRetry ( ) : System.Boolean | ||
return | System.Boolean |
public IsSetSignatureMethod ( ) : System.Boolean | ||
return | System.Boolean |
public IsSetSignatureVersion ( ) : System.Boolean | ||
return | System.Boolean |
public SetUserAgent ( String applicationName, String applicationVersion ) : void | ||
applicationName | String | |
applicationVersion | String | |
return | void |
public WithMaxErrorRetry ( int maxErrorRetry ) : |
||
maxErrorRetry | int | MaxErrorRetry property |
return |
public WithProxyHost ( String proxyHost ) : |
||
proxyHost | String | ProxyHost property |
return |
public WithProxyPort ( int proxyPort ) : |
||
proxyPort | int | ProxyPort property |
return |
public WithServiceURL ( String serviceURL ) : |
||
serviceURL | String | ServiceURL property |
return |
public WithSignatureMethod ( String signatureMethod ) : |
||
signatureMethod | String | SignatureMethod property |
return |
public WithSignatureVersion ( String signatureVersion ) : |
||
signatureVersion | String | SignatureVersion property |
return |
public WithUserAgent ( String applicationName, String applicationVersion ) : |
||
applicationName | String | Your application's name, e.g. "MyMWSApp" |
applicationVersion | String | Your application's version, e.g. "1.0" |
return |