MessageFactoryCopyAuthRequest Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.VoIPRequest
- branch
- Type: SystemString
- cred
- Type: Ozeki.VoIPCredentials
- stale
- Type: SystemBoolean
- proxy
- Type: SystemBoolean
- cseq
- Type: SystemInt32
- toTag (Optional)
- Type: SystemString
Return Value
Type:
RequestSee Also