C# Class SipSharp.Messages.Headers.Authenticate

A WWW or Proxy Authenticate header field.
First part in authentication process. The UAS sends this header and the UAC responds with a Authorization header.
Inheritance: IHeader
Exibir arquivo Open project: jgauffin/SipSharp Class Usage Examples

Public Methods

Method Description
Authenticate ( ) : System

Initializes a new instance of the Authenticate class.

Authenticate ( string name ) : System

Initializes a new instance of the Authenticate 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.

ToString ( ) : string

Method Details

Authenticate() public method

Initializes a new instance of the Authenticate class.
public Authenticate ( ) : System
return System

Authenticate() public method

Initializes a new instance of the Authenticate class.
public Authenticate ( string name ) : System
name string Header name.
return System

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

ToString() public method

public ToString ( ) : string
return string