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