C# Class Rtsp.Sdp.Attribut

Mostra file Open project: ngraziano/SharpRTSP Class Usage Examples

Public Methods

Method Description
Attribut ( ) : System
Attribut ( string key ) : System
ParseInvariant ( string value ) : Attribut
RegisterNewAttributeType ( string key, Type attributType ) : void

Protected Methods

Method Description
ParseValue ( string value ) : void

Method Details

Attribut() public method

public Attribut ( ) : System
return System

Attribut() public method

public Attribut ( string key ) : System
key string
return System

ParseInvariant() public static method

public static ParseInvariant ( string value ) : Attribut
value string
return Attribut

ParseValue() protected method

protected ParseValue ( string value ) : void
value string
return void

RegisterNewAttributeType() public static method

public static RegisterNewAttributeType ( string key, Type attributType ) : void
key string
attributType System.Type
return void