Click or drag to resize
MessageFactoryCopyAuthRequest Method

Namespace: Ozeki.VoIP
Assembly: 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
)

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: Request
See Also