C# Class Rtsp.Sdp.Attribut

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

Méthodes publiques

Méthode Description
Attribut ( ) : System
Attribut ( string key ) : System
ParseInvariant ( string value ) : Attribut
RegisterNewAttributeType ( string key, Type attributType ) : void

Méthodes protégées

Méthode Description
ParseValue ( string value ) : void

Method Details

Attribut() public méthode

public Attribut ( ) : System
Résultat System

Attribut() public méthode

public Attribut ( string key ) : System
key string
Résultat System

ParseInvariant() public static méthode

public static ParseInvariant ( string value ) : Attribut
value string
Résultat Attribut

ParseValue() protected méthode

protected ParseValue ( string value ) : void
value string
Résultat void

RegisterNewAttributeType() public static méthode

public static RegisterNewAttributeType ( string key, Type attributType ) : void
key string
attributType System.Type
Résultat void