Click or drag to resize
RtspSessionInformation Class
Contains session information about on ongoing RTSP session.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspRtspSessionInformation

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public sealed class RtspSessionInformation

The RtspSessionInformation type exposes the following members.

Constructors
  NameDescription
Public methodRtspSessionInformation
Initializes a new instance of the RtspSessionInformation class
Top
Properties
  NameDescription
Public propertyProxyEndpoint
Top
Fields
  NameDescription
Public fieldAggregateUrl
Contains the aggregation URL built from information contained in session description.
Public fieldBaseUrl
Contains the base URL of the current RTSP session.
Public fieldRequestUrl
Contains the original request URL of the current RTSP session.
Public fieldSessionId
Contains the session ID of the current RTSP session.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also