| Channel Constructor |
| Name | Description | |
|---|---|---|
| Channel(String, Credentials, IEnumerableChannelOption) |
Creates a channel that connects to a specific host.
Port will default to 80 for an unsecure channel and to 443 for a secure channel.
| |
| Channel(String, Int32, Credentials, IEnumerableChannelOption) |
Creates a channel that connects to a specific host and port.
|