Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic void NewSentBy(
string address,
int port
)
Public Sub NewSentBy (
address As String,
port As Integer
)
public:
void NewSentBy(
String^ address,
int port
)
member NewSentBy :
address : string *
port : int -> unit
Parameters
- address
- Type: SystemString
- port
- Type: SystemInt32
See Also