C# Class SipSharp.Messages.Headers.Authorization

Authorization header
Second part in authentication process. The UAS have sent a Authenticate header and the UAC responds with this one.
Inheritance: IHeader
Show file Open project: jgauffin/SipSharp Class Usage Examples

Public Methods

Method Description
Authorization ( )

Initializes a new instance of the Authorization class.

Authorization ( string name )

Initializes a new instance of the Authorization class.

Clone ( ) : object

Creates a new object that is a copy of the current instance.

Equals ( IHeader other ) : bool

Indicates whether the current object is equal to another object of the same type.

Method Details

Authorization() public method

Initializes a new instance of the Authorization class.
public Authorization ( )

Authorization() public method

Initializes a new instance of the Authorization class.
public Authorization ( string name )
name string Header name.

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

Equals() public method

Indicates whether the current object is equal to another object of the same type.
public Equals ( IHeader other ) : bool
other IHeader An object to compare with this object. ///
return bool