 | JetConfigurationTcpChannel Property |
Gets the configuration for the TCP channel.
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic TcpChannelConfigurationElement TcpChannel { get; }
Public ReadOnly Property TcpChannel As TcpChannelConfigurationElement
Get
public:
property TcpChannelConfigurationElement^ TcpChannel {
TcpChannelConfigurationElement^ get ();
}
member TcpChannel : TcpChannelConfigurationElement with get
Property Value
TcpChannelConfigurationElementThe
TcpChannelConfigurationElement for the TCP channel.
See Also