POST api/Consumer/CreateConnection
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ConnectionInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyExchangeAlgorithms | Dictionary of string [key] and Type [value] |
None. |
|
| Encryptions | Dictionary of string [key] and CipherInfo [value] |
None. |
|
| HmacAlgorithms | Dictionary of string [key] and HashInfo [value] |
None. |
|
| HostKeyAlgorithms | Dictionary of string [key] and FuncOfByte[]AndKeyHostAlgorithm [value] |
None. |
|
| AuthenticationMethods | Collection of AuthenticationMethod |
None. |
|
| CompressionAlgorithms | Dictionary of string [key] and Type [value] |
None. |
|
| ChannelRequests | Dictionary of string [key] and RequestInfo [value] |
None. |
|
| IsAuthenticated | boolean |
None. |
|
| Host | string |
None. |
|
| Port | integer |
None. |
|
| Username | string |
None. |
|
| ProxyType | ProxyTypes |
None. |
|
| ProxyHost | string |
None. |
|
| ProxyPort | integer |
None. |
|
| ProxyUsername | string |
None. |
|
| ProxyPassword | string |
None. |
|
| Timeout | time interval |
None. |
|
| Encoding | Encoding |
None. |
|
| RetryAttempts | integer |
None. |
|
| MaxSessions | integer |
None. |
|
| CurrentKeyExchangeAlgorithm | string |
None. |
|
| CurrentServerEncryption | string |
None. |
|
| CurrentClientEncryption | string |
None. |
|
| CurrentServerHmacAlgorithm | string |
None. |
|
| CurrentClientHmacAlgorithm | string |
None. |
|
| CurrentHostKeyAlgorithm | string |
None. |
|
| CurrentServerCompressionAlgorithm | string |
None. |
|
| ServerVersion | string |
None. |
|
| ClientVersion | string |
None. |
|
| CurrentClientCompressionAlgorithm | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.