MessageFactoryCopyAuthRequest Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic Request CopyAuthRequest(
Request req,
string branch,
Credentials cred,
bool stale,
bool proxy,
int cseq,
string toTag = null
)
Public Function CopyAuthRequest (
req As Request,
branch As String,
cred As Credentials,
stale As Boolean,
proxy As Boolean,
cseq As Integer,
Optional toTag As String = Nothing
) As Request
public:
Request^ CopyAuthRequest(
Request^ req,
String^ branch,
Credentials^ cred,
bool stale,
bool proxy,
int cseq,
String^ toTag = nullptr
)
member CopyAuthRequest :
req : Request *
branch : string *
cred : Credentials *
stale : bool *
proxy : bool *
cseq : int *
?toTag : string
(* Defaults:
let _toTag = defaultArg toTag null
*)
-> Request
Parameters
- req Request
-
- branch String
-
- cred Credentials
-
- stale Boolean
-
- proxy Boolean
-
- cseq Int32
-
- toTag String (Optional)
-
Return Value
Request
See Also