RTPTransportLayerConnect Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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