Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 String
-
- port Int32
-
See Also