Name | Description | |
---|---|---|
![]() |
TcpExChannel | Overloaded. Initializes a new instance of the TcpExChannel class with default settings (client mode). |
Name | Description | |
---|---|---|
![]() |
CreateMessageSink | Returns a channel message sink that delivers messages to the specified URL or channel data object. |
![]() |
Dispose | Unregisters all running connections of the current TcpExChannel instance. |
![]() |
GetUrlsForUri | Returns an array of all the URLs for a URI. |
![]() |
Parse | Returns the object URI as an out parameter, and the URI of the current channel as the return value. |
![]() |
StartListening | Instructs the current channel to start listening for requests. |
![]() |
StopListening | Instructs the current channel to stop listening for requests. |
Name | Description | |
---|---|---|
![]() |
OnConnectionEstablished | Raises the ConnectionEstablished event. |
Name | Description | |
---|---|---|
![]() |
ChannelData | Gets the channel-specific data. |
![]() |
ChannelID | Gets the unique identifier of the channel. |
![]() |
ChannelName | Gets the name of the channel. |
![]() |
ChannelPriority | Gets the priority of the channel. |
![]() |
ConnectDuringCreation | Gets or sets the value indicating whether the client-side should connect to the server during the creation of the transport channel. |
![]() |
IsListening | Gets a value indicating whether this channel is listening to incoming connections. |
![]() |
MaxRetries | Gets or sets the maximum number of connection retry attempts. |
![]() |
Port | Gets the Tcp port. |
![]() |
RetryDelay | Gets or sets the delay after a retry attempt in milliseconds. |
![]() |
TcpKeepAliveEnabled | Enables or disables TCP KeepAlive. |
![]() |
TcpKeepAliveInterval | Gets or sets the TCP KeepAlive interval in milliseconds |
![]() |
TcpKeepAliveTime | Gets or sets the TCP KeepAlive time in milliseconds. |
Name | Description | |
---|---|---|
![]() |
ConnectionEstablished | Occurs when connection is established or restored. |