Click or drag to resize

MessageFactoryCopyAuthRequest Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public Request CopyAuthRequest(
	Request req,
	string branch,
	Credentials cred,
	bool stale,
	bool proxy,
	int cseq,
	string toTag = null
)

Parameters

req  Request
 
branch  String
 
cred  Credentials
 
stale  Boolean
 
proxy  Boolean
 
cseq  Int32
 
toTag  String  (Optional)
 

Return Value

Request
See Also