Click or drag to resize

MessageFactoryGenerateRequest(Method, AddrSpec, String, String, Int32, SIPAddress, String, SIPAddress, SIPAddress, TransportInfo, String) Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
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  Method
 
requestURI  AddrSpec
 
callId  String
 
branch  String
 
cseq  Int32
 
from  SIPAddress
 
fromTag  String
 
to  SIPAddress
 
contact  SIPAddress
 
transportInfo  TransportInfo
 
toTag  String  (Optional)
 

Return Value

Request
See Also