RTPTransportLayerConnect Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool Connect(
string address,
int port
)
Public Function Connect (
address As String,
port As Integer
) As Boolean
public:
virtual bool Connect(
String^ address,
int port
) sealed
abstract Connect :
address : string *
port : int -> bool
override Connect :
address : string *
port : int -> bool
Parameters
- address
- Type: SystemString
- port
- Type: SystemInt32
Return Value
Type:
BooleanImplements
IRTPTransportLayerConnect(String, Int32)
See Also