ListenPortContainerTryAddPort Method |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic bool TryAddPort(
string localAddress,
int port,
TransportType transportType
)
Public Function TryAddPort (
localAddress As String,
port As Integer,
transportType As TransportType
) As Boolean
public:
bool TryAddPort(
String^ localAddress,
int port,
TransportType transportType
)
member TryAddPort :
localAddress : string *
port : int *
transportType : TransportType -> bool
Parameters
- localAddress
- Type: SystemString
- port
- Type: SystemInt32
- transportType
- Type: Ozeki.NetworkTransportType
Return Value
Type:
Boolean
See Also