SdpParseStatus Members
Include Protected Members
Include Inherited Members
Stores state and provides utility routines on state that is common to the various parsing routines.
The SdpParseStatus type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SdpParseStatus | Protected constructor. |
Top
Properties
Name | Description | |
---|---|---|
ErrorMessage | Gets or sets an error message describing any problem found while parsing the SDP. | |
LineNumber | Gets the current line number or the line number where parsing stopped to indicate the line that contains an error. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IncrementLineNumber | Increments the line number by one. | |
MemberwiseClone | (inherited from Object) | |
SetErrorMessageAndAppendLineNumber | Sets the error message and appends a space and the current line number to the end of the line. | |
ToString | (inherited from Object) |
Top