C# Class SipSharp.Messages.Message

Inheritance: IMessage
ファイルを表示 Open project: jgauffin/SipSharp Class Usage Examples

Public Methods

Method Description
Validate ( ) : void

Validate all mandatory headers.

Protected Methods

Method Description
Message ( ) : System.IO

Initializes a new instance of the Message class.

Message ( IMessage message ) : System.IO

Private Methods

Method Description
Assign ( string name, IHeader header ) : void

Assign a header

Method Details

Message() protected method

Initializes a new instance of the Message class.
protected Message ( ) : System.IO
return System.IO

Message() protected method

protected Message ( IMessage message ) : System.IO
message IMessage
return System.IO

Validate() public abstract method

Validate all mandatory headers.
A header is invalid/missing.
public abstract Validate ( ) : void
return void