Click or drag to resize
MessageFactory Class
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPMessageFactory

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class MessageFactory

The MessageFactory type exposes the following members.

Constructors
  NameDescription
Public methodMessageFactory
Initializes a new instance of the MessageFactory class
Top
Methods
  NameDescription
Public methodAttachSessionDescription
Public methodCopyAuthRequest
Public methodCreateACKFor2xxResponse
Public methodGenerateCancelRequest
9.1 Canceling a Request / Client Behavior
Public methodGenerateMidDialogOptionsRequest
Public methodGenerateMidDialogRequest(ISIPDialog, Method, TransportInfo)
12.2.1.1 Requests within a Dialog / UAC Behavior / Generating the Request. CSeq will be calculated automatically.
Public methodGenerateMidDialogRequest(ISIPDialog, Method, Int32, SIPAddress, TransportInfo)
12.2.1.1 Requests within a Dialog / UAC Behavior / Generating the Request (with Contact)
Public methodGenerateOptionsRequest
Public methodGenerateRegisterRequest
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)
Public methodGenerateRequest(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.
Public methodGenerateRequest(Method, AddrSpec, String, String, Int32, SIPAddress, String, SIPAddress, SIPAddress, TransportInfo, String)
Public methodGenerateResponse(Request, Int32, DialogID, SIPAddress)
8.2.6 UAS Behavior / Generating the Response Ha a dialogID nem null, akkor a valasz To tag-jeben a dialogID LocalTag-je lesz, egyebkent general uj To tag-et.
Public methodGenerateResponse(Request, Int32, Boolean, String, SIPAddress)
8.2.6 UAS Behavior / Generating the Response
Public methodGenerateResponse(Request, Int32, String, DialogID, SIPAddress)
8.2.6 UAS Behavior / Generating the Response Ha a dialogID nem null, akkor a valasz To tag-jeben a dialogID LocalTag-je lesz, egyebkent general uj To tag-et.
Public methodGenerateResponse(Request, Int32, String, Boolean, String, SIPAddress)
8.2.6 UAS Behavior / Generating the Response
Public methodRegisterExtension
Public methodSetAccept
Public methodSetAcceptEncoding
Public methodSetAcceptLanguage
Public methodSetAllow
Public methodSetServerAllow
Public methodSetSupported
Public methodSetUserAgentName
Top
Properties
See Also