Holds details (non changeable information) of a single transport.

C# | Visual Basic | Visual C++ | J# |
public interface ITransportDetails
Public Interface ITransportDetails
public interface class ITransportDetails
public interface ITransportDetails

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | BindHost |
Gets the host name or address the communication layer bounded on.
|
![]() | HostAddress |
Gets the local host address of the transport.
|
![]() | HostName |
Gets the local host address of the transport.
|
![]() | MaxThreads |
Gets the maximum number of threads configured for the transport communication
layer thread pool.
|
![]() | MinThreads |
Gets the minimum number of threads configured for the transport communication
layer thread pool.
|
![]() | Port |
Gets the host name or address the communication layer bounded on.
|
![]() | SslEnabled |
Gets whether ssl is enabled for the transport.
|