C# Class SipSharp.Messages.Headers.ContactHeader

Sip contact
Inheritance: IHeader
Exibir arquivo Open project: jgauffin/SipSharp

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : object

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

ContactHeader ( string name ) : System

Initializes a new instance of the ContactHeader class.

Equals ( IHeader other ) : bool

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

ToString ( ) : string

Method Details

Clone() public method

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

ContactHeader() public method

Initializes a new instance of the ContactHeader class.
public ContactHeader ( string name ) : System
name string Name of the header.
return System

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