Click or drag to resize
MessageFactoryGenerateRequest Method (Method, String, String, Int32, SIPAddress, String, SIPAddress, SIPAddress, TransportInfo, String)
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: 1.8.12.0 (1.8.12)
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
Type: Ozeki.VoIPMethod
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