ListenPortConfigContainerTryAddPort Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 String
-
- port Int32
-
- transportType TransportType
-
Return Value
Boolean
See Also