C# Class SipSharp.Headers.RouteEntry

One route entry
Inheritance: IHeader, ICloneable
Mostrar archivo 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.

Equals ( IHeader other ) : bool

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

RouteEntry ( ) : System

Initializes a new instance of the RouteEntry class.

RouteEntry ( string headerName ) : System

Initializes a new instance of the RouteEntry class.

Method Details

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

RouteEntry() public method

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

RouteEntry() public method

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