Click or drag to resize
MessageFactoryGenerateRequest Method (Method, AddrSpec, String, String, Int32, SIPAddress, String, SIPAddress, SIPAddress, TransportInfo, String)

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Request GenerateRequest(
	Method method,
	AddrSpec requestURI,
	string callId,
	string branch,
	int cseq,
	SIPAddress from,
	string fromTag,
	SIPAddress to,
	SIPAddress contact,
	TransportInfo transportInfo,
	string toTag = null
)

Parameters

method
Type: Ozeki.VoIPMethod
requestURI
Type: Ozeki.VoIPAddrSpec
callId
Type: SystemString
branch
Type: SystemString
cseq
Type: SystemInt32
from
Type: Ozeki.VoIPSIPAddress
fromTag
Type: SystemString
to
Type: Ozeki.VoIPSIPAddress
contact
Type: Ozeki.VoIPSIPAddress
transportInfo
Type: Ozeki.NetworkTransportInfo
toTag (Optional)
Type: SystemString

Return Value

Type: Request
See Also