C# Class SipSharp.Messages.Headers.ContentType

Inheritance: IHeader
Show file Open project: jgauffin/SipSharp

Public Methods

Method Description
Clone ( ) : object

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

ContentType ( )

Initializes a new instance of the ContentType class.

Equals ( IHeader other ) : bool

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

Private Methods

Method Description
ContentType ( ContentType value )

Method Details

Clone() public method

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

ContentType() public method

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

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