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