AddrSpecGetAddressPort Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public OzTuple<string, int> GetAddressPort(
TransportType transportType
)
Public Function GetAddressPort (
transportType As TransportType
) As OzTuple(Of String, Integer)
public:
OzTuple<String^, int>^ GetAddressPort(
TransportType transportType
)
member GetAddressPort :
transportType : TransportType -> OzTuple<string, int>
Parameters
- transportType
- Type: Ozeki.NetworkTransportType
Return Value
Type:
OzTupleString,
Int32See Also