IpcChannel Constructor
.NET Framework 4
Initializes a new instance of the IpcChannel class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
IpcChannel() | Initializes a new instance of the IpcChannel class, activating only a client channel, and not a server channel. |
|
IpcChannel(String) | Initializes a new instance of the IpcChannel class with a server channel that listens on the specified IPC port. |
|
IpcChannel(IDictionary, IClientChannelSinkProvider, IServerChannelSinkProvider) | Initializes a new instance of the IpcChannel class with the specified configuration properties and sinks. |
|
IpcChannel(IDictionary, IClientChannelSinkProvider, IServerChannelSinkProvider, CommonSecurityDescriptor) | Initializes a new instance of the IpcChannel class with the specified configuration properties and sinks. |