Channel Class |
public sealed class Channel : IDisposable
The Channel type exposes the following members.
| Name | Description | |
|---|---|---|
| Channel(String, ServiceProvider) | Creates a new Channel. | |
| Channel(String, IEnumerableType) | Creates a new Channel. | |
| Channel(String, Type) | Creates a new Channel. |
| Name | Description | |
|---|---|---|
| Name | Channel name. | |
| SupportedServices | Returns a list of supported service types. These are the services that ProtocolSocket.FindService can return. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all protocol resources. | |
| RegisterService | Registers a service. | |
| SupportsService | Returns whether a particular service is supported. | |
| ToString |
Returns the name of the channel.
(Overrides ObjectToString) | |
| UnregisterService | Unregisters a service. |