메소드 | 설명 | |
---|---|---|
HTTPSClient ( IIPAddress RemoteIPAddress, RemoteCertificateValidationCallback RemoteCertificateValidator, |
Create a new HTTPClient using the given optional parameters.
|
|
HTTPSClient ( IPSocket RemoteSocket, RemoteCertificateValidationCallback RemoteCertificateValidator, |
Create a new HTTPClient using the given optional parameters.
|
|
HTTPSClient ( String RemoteHost, RemoteCertificateValidationCallback RemoteCertificateValidator, |
Create a new HTTPClient using the given optional parameters.
|
public HTTPSClient ( IIPAddress RemoteIPAddress, RemoteCertificateValidationCallback RemoteCertificateValidator, |
||
RemoteIPAddress | IIPAddress | The remote IP address to connect to. |
RemoteCertificateValidator | RemoteCertificateValidationCallback | A delegate to verify the remote TLS certificate. |
ClientCert | The TLS client certificate to use. | |
RemotePort | IPPort | An optional remote IP port to connect to [default: 443]. |
DNSClient | DNSClient | An optional DNS client. |
리턴 | System |
public HTTPSClient ( IPSocket RemoteSocket, RemoteCertificateValidationCallback RemoteCertificateValidator, |
||
RemoteSocket | IPSocket | The remote IP socket to connect to. |
RemoteCertificateValidator | RemoteCertificateValidationCallback | A delegate to verify the remote TLS certificate. |
ClientCert | The TLS client certificate to use. | |
DNSClient | DNSClient | An optional DNS client. |
리턴 | System |
public HTTPSClient ( String RemoteHost, RemoteCertificateValidationCallback RemoteCertificateValidator, |
||
RemoteHost | String | The remote hostname to connect to. |
RemoteCertificateValidator | RemoteCertificateValidationCallback | A delegate to verify the remote TLS certificate. |
ClientCert | The TLS client certificate to use. | |
RemotePort | IPPort | An optional remote IP port to connect to [default: 443]. |
DNSClient | DNSClient | An optional DNS client. |
리턴 | System |