IChannelListener<TChannel>.AcceptChannel Method
.NET Framework 4.5
Accepts a channel of a specified type for communication with a client.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AcceptChannel() | Accepts a channel of a specified type for communication with a client. |
|
AcceptChannel(TimeSpan) | Accepts a channel of a specified type for communication with a client within a specified interval of time. |
It is recommended that the AcceptChannel(TimeSpan) overload with the explicit timeout be used. The timeout specified for that method overrides any default timeouts set by the system for the service.