LumiSoft Mail Server User API
SDP Class
Namespaces > LumiSoft.Net.SDP > SDP
Session Description Protocol. Defined in RFC 4566.
Syntax
C#Visual BasicManaged C++
public class SDP
Public Class SDP
public ref class SDP
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
SDPNew()
Default constructor.
Attributes
Gets attributes collection. This is optional value, Count == 0 means not specified.
ConnectionData
Gets or sets connection data. This is optional value if each media part specifies this value, null means not specified.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
Media
Gets media parts collection.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Originator
Gets originator and session identifier.
static memberParse(String)
Parses SDP from raw data.
RepeatTimes
Gets or sets repeat times for a session. This is optional value, null means not specified.
SessionDescription
Gets or sets textual information about the session. This is optional value, null means not specified.
SessionName
Gets or sets textual session name.
Times
Gets start and stop times for a session. If Count = 0, t field not written dot SDP data.
ToFile(String)
Stores SDP data to specified file. Note: official suggested file extention is .sdp.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
ToStringData()
Returns SDP as string data.
Uri
Gets or sets Uniform Resource Identifier. The URI should be a pointer to additional information about the session. This is optional value, null means not specified.
Version
Gets or sets version of the Session Description Protocol.
Inheritance Hierarchy

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)