ListenPortContainerTryRemovePort Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool TryRemovePort(
string localAddress,
int port,
TransportType transportType
)
Public Function TryRemovePort (
localAddress As String,
port As Integer,
transportType As TransportType
) As Boolean
public:
bool TryRemovePort(
String^ localAddress,
int port,
TransportType transportType
)
member TryRemovePort :
localAddress : string *
port : int *
transportType : TransportType -> bool
Parameters
- localAddress String
-
- port Int32
-
- transportType TransportType
-
Return Value
Boolean
See Also