Click or drag to resize
MessageFactoryGenerateRegisterRequest Method
10.2 Constructing the REGISTER Request Except as noted, the construction of the REGISTER request and the behavior of clients sending a REGISTER request is identical to the general UAC behavior described in Section 8.1 (UACGenerateRequest)

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Request GenerateRegisterRequest(
	SIPAddress sipAddress,
	string requestURI,
	string callID,
	string branch,
	int expires,
	int cSeq,
	string fromTag,
	SIPAddress contact,
	TransportInfo transportInfo,
	bool thirdPartyRegistration = false
)

Parameters

sipAddress
Type: Ozeki.VoIPSIPAddress
requestURI
Type: SystemString
callID
Type: SystemString
branch
Type: SystemString
expires
Type: SystemInt32
cSeq
Type: SystemInt32
fromTag
Type: SystemString
contact
Type: Ozeki.VoIPSIPAddress
transportInfo
Type: Ozeki.NetworkTransportInfo
thirdPartyRegistration (Optional)
Type: SystemBoolean

Return Value

Type: Request
See Also