Property | Type | Description | |
---|---|---|---|
DefaultContentType | HTTPContentType | ||
DefaultHTTPServerPort | IPPort | ||
DefaultRequestTimeout | System.TimeSpan |
Method | Description | |
---|---|---|
ASOAPServer ( |
Use the given HTTP server for the HTTP/SOAP/XML Server API.
|
|
ASOAPServer ( String HTTPServerName = DefaultHTTPServerName, IPPort TCPPort = null, String URIPrefix = DefaultURIPrefix, HTTPContentType SOAPContentType = null, System.Boolean RegisterHTTPRootService = true, DNSClient DNSClient = null, System.Boolean AutoStart = false ) : System |
Initialize a new HTTP server for the HTTP/SOAP/XML Server API using IPAddress.Any.
|
|
Shutdown ( String Message = null, System.Boolean Wait = true ) : void |
Stop the SOAP API.
|
|
Start ( ) : void |
Start the SOAP API.
|
Method | Description | |
---|---|---|
RegisterURITemplates ( ) : void |
Register all URI templates for this SOAP API.
|
Method | Description | |
---|---|---|
RegisterRootService ( ) : void |
public ASOAPServer ( |
||
SOAPServer | A SOAP server. | |
URIPrefix | String | An optional URI prefix for the SOAP URI templates. |
return | System |
public ASOAPServer ( String HTTPServerName = DefaultHTTPServerName, IPPort TCPPort = null, String URIPrefix = DefaultURIPrefix, HTTPContentType SOAPContentType = null, System.Boolean RegisterHTTPRootService = true, DNSClient DNSClient = null, System.Boolean AutoStart = false ) : System | ||
HTTPServerName | String | An optional identification string for the HTTP server. |
TCPPort | IPPort | An optional TCP port for the HTTP server. |
URIPrefix | String | An optional prefix for the HTTP URIs. |
SOAPContentType | HTTPContentType | The HTTP content type for SOAP messages. |
RegisterHTTPRootService | System.Boolean | Register HTTP root services for sending a notice to clients connecting via HTML or plain text. |
DNSClient | DNSClient | An optional DNS client to use. |
AutoStart | System.Boolean | Start the server immediately. |
return | System |
protected abstract RegisterURITemplates ( ) : void | ||
return | void |
public Shutdown ( String Message = null, System.Boolean Wait = true ) : void | ||
Message | String | An optional shutdown message. |
Wait | System.Boolean | Wait for a clean shutdown of the API. |
return | void |
public static HTTPContentType DefaultContentType | ||
return | HTTPContentType |
public static IPPort DefaultHTTPServerPort | ||
return | IPPort |