ListenPortConfigContainerTryRemovePort Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool TryRemovePort(
string address,
int port,
TransportType transportType
)
Public Function TryRemovePort (
address As String,
port As Integer,
transportType As TransportType
) As Boolean
public:
bool TryRemovePort(
String^ address,
int port,
TransportType transportType
)
member TryRemovePort :
address : string *
port : int *
transportType : TransportType -> bool
Parameters
- address
- Type: SystemString
- port
- Type: SystemInt32
- transportType
- Type: Ozeki.NetworkTransportType
Return Value
Type:
BooleanSee Also