C# Class Rtsp.Messages.RtspRequestSetup

Inheritance: RtspRequest
Afficher le fichier Open project: ngraziano/SharpRTSP Class Usage Examples

Méthodes publiques

Méthode Description
AddTransport ( RtspTransport newTransport ) : void
GetTransports ( ) : Rtsp.Messages.RtspTransport[]

Gets the transports associate with the request.

RtspRequestSetup ( ) : System

Method Details

AddTransport() public méthode

public AddTransport ( RtspTransport newTransport ) : void
newTransport RtspTransport
Résultat void

GetTransports() public méthode

Gets the transports associate with the request.
public GetTransports ( ) : Rtsp.Messages.RtspTransport[]
Résultat Rtsp.Messages.RtspTransport[]

RtspRequestSetup() public méthode

public RtspRequestSetup ( ) : System
Résultat System