Click or drag to resize

SDPConnection Class

Contains connection data.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaSDPField
    Ozeki.MediaSDPConnection

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class SDPConnection : SDPField

The SDPConnection type exposes the following members.

Constructors
  NameDescription
Public methodSDPConnection
Initializes a new instance of the SDPConnection class
Public methodSDPConnection(NetType, AddressType, SDPConnectionAddress)
Initializes a new instance of the SDPConnection class
Top
Properties
  NameDescription
Public propertyAddressType
Gets the address type (IP4 or IP6).
Public propertyConnectionAddress
Gets the connnection address.
Public propertyNetType
Gets the network type.
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodPrintSDPData (Overrides SDPFieldPrintSDPData.)
Public methodToString (Overrides ObjectToString.)
Top
See Also