AddrSpecGetAddressPort Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 TransportType
-
Return Value
OzTupleString,
Int32
See Also