SIPTransportLayerListenPort(String, Int32, TransportType) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic bool ListenPort(
string localAddress,
int port,
TransportType transportType
)
Public Function ListenPort (
localAddress As String,
port As Integer,
transportType As TransportType
) As Boolean
public:
virtual bool ListenPort(
String^ localAddress,
int port,
TransportType transportType
) sealed
abstract ListenPort :
localAddress : string *
port : int *
transportType : TransportType -> bool
override ListenPort :
localAddress : string *
port : int *
transportType : TransportType -> bool
Parameters
- localAddress String
-
- port Int32
-
- transportType TransportType
-
Return Value
BooleanImplements
ISIPTransportLayerListenPort(String, Int32, TransportType)
See Also