GigaSpaces XAP.NET Documentation
GetTransportByHostAndPort Method (host, port)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.TransportITransportsGetTransportByHostAndPort(String, Int32)
Returns the transport that is bounded on the specified host and port.
Declaration Syntax
C#Visual BasicVisual C++J#
ITransport GetTransportByHostAndPort(
	string host,
	int port
)
Function GetTransportByHostAndPort ( _
	host As String, _
	port As Integer _
) As ITransport
ITransport^ GetTransportByHostAndPort(
	String^ host, 
	int port
)
ITransport GetTransportByHostAndPort(
	String host,
	int port
)
Parameters
host (String)
The host to return ITransportS for.
port (Int32)
The port to return ITransportS for.
Return Value
ITransportS for the specified host and port.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)