Click or drag to resize

BlindTransferArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPBaseTransferArgs
      Ozeki.VoIPBlindTransferArgs

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class BlindTransferArgs : BaseTransferArgs

The BlindTransferArgs type exposes the following members.

Constructors
 NameDescription
Public methodBlindTransferArgs(SIPAddress, SIPAddress)Initializes a new instance of the BlindTransferArgs class
Public methodBlindTransferArgs(String, String)Initializes a new instance of the BlindTransferArgs class
Top
Properties
 NameDescription
Public propertyCallID
(Inherited from BaseTransferArgs)
Public propertyCSeq
(Inherited from BaseTransferArgs)
Public propertyReferredBy
(Inherited from BaseTransferArgs)
Public propertyReferredBySIPAddress
(Inherited from BaseTransferArgs)
Public propertyTarget 
Public propertyTargetSIPAddress 
Top
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Top
See Also