GigaSpaces XAP.NET Documentation
ITransportDetails Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.TransportITransportDetails
Holds details (non changeable information) of a single transport.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ITransportDetails
Public Interface ITransportDetails
public interface class ITransportDetails
public interface ITransportDetails
Members
All MembersProperties



IconMemberDescription
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.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.1.4.4750 (7.1.4.4750)