Click or drag to resize
SDPConnection Class
Contains connection data.
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
Methods
Properties
  NameDescription
Public propertyAddressType
Gets the address type (IP4 or IP6).
Public propertyConnectionAddress
Gets the connnection address.
Public propertyNetType
Gets the network type.
Top
See Also