ListenPortContainerTryGetListenPorts Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- transportType
- Type: Ozeki.NetworkTransportType
Return Value
Type:
ListInt32See Also