ListenPortContainerTryGetListenPorts Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic List<int> TryGetListenPorts(
string localAddress,
TransportType transportType
)
Public Function TryGetListenPorts (
localAddress As String,
transportType As TransportType
) As List(Of Integer)
public:
List<int>^ TryGetListenPorts(
String^ localAddress,
TransportType transportType
)
member TryGetListenPorts :
localAddress : string *
transportType : TransportType -> List<int>
Parameters
- localAddress String
-
- transportType TransportType
-
Return Value
ListInt32
See Also