Property | Type | Description | |
---|---|---|---|
BuildWebServiceUrl | |||
DoInvoke | void | ||
PrepareGetRequest | void | ||
WriteStreamAndFixPreamble | void |
Method | Description | |
---|---|---|
WebServiceTarget ( ) : System |
Initializes a new instance of the WebServiceTarget class.
|
|
WebServiceTarget ( string name ) : System |
Initializes a new instance of the WebServiceTarget class.
|
Method | Description | |
---|---|---|
DoInvoke ( object parameters ) : void |
Calls the target method. Must be implemented in concrete classes.
|
|
DoInvoke ( object parameters, AsyncContinuation continuation ) : void |
Invokes the web service method.
|
Method | Description | |
---|---|---|
BuildWebServiceUrl ( object parameterValues ) : |
Builds the URL to use when calling the web service for a message, depending on the WebServiceProtocol.
|
|
DoInvoke ( object parameters, AsyncContinuation continuation, |
||
PrepareGetRequest ( |
||
WriteStreamAndFixPreamble ( Stream input, Stream output, bool writeUtf8BOM, |
Write from input to output. Fix the UTF-8 bom
|
protected DoInvoke ( object parameters ) : void | ||
parameters | object | Method call parameters. |
return | void |
protected DoInvoke ( object parameters, AsyncContinuation continuation ) : void | ||
parameters | object | Parameters to be passed. |
continuation | AsyncContinuation | The continuation. |
return | void |
public WebServiceTarget ( string name ) : System | ||
name | string | Name of the target |
return | System |