Click or drag to resize
BlindTransferArgs Class
Inheritance Hierarchy

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

The BlindTransferArgs type exposes the following members.

Constructors
  NameDescription
Public methodBlindTransferArgs(String, String)
Initializes a new instance of the BlindTransferArgs class
Public methodBlindTransferArgs(SIPAddress, SIPAddress)
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
See Also