Click or drag to resize

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

8.1.1 Generating the Request A REGISTER-hez a GenerateRegisterRequest(SIPAddress, String, String, String, Int32, Int32, String, SIPAddress, TransportInfo, Boolean) metodust kell hasznalni. A CANCEL-hez a GenerateCancelRequest(Request) metodust kell hasznalni.

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

Parameters

method  Method
 
callId  String
 
branch  String
 
cseq  Int32
 
from  SIPAddress
 
fromTag  String
 
to  SIPAddress
 
contact  SIPAddress
 
transportInfo  TransportInfo
 
toTag  String  (Optional)
 

Return Value

Request
See Also