C# 클래스 SipSharp.Messages.Headers.NumericHeader

Contains an int value.
상속: IHeader
파일 보기 프로젝트 열기: jgauffin/SipSharp

공개 메소드들

메소드 설명
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.

Equals ( object obj ) : bool
NumericHeader ( string name )

Initializes a new instance of the NumericHeader class.

NumericHeader ( string name, int value )

Initializes a new instance of the NumericHeader class.

ToString ( ) : string

메소드 상세

Clone() 공개 메소드

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

Equals() 공개 메소드

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. ///
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

NumericHeader() 공개 메소드

Initializes a new instance of the NumericHeader class.
public NumericHeader ( string name )
name string The name.

NumericHeader() 공개 메소드

Initializes a new instance of the NumericHeader class.
public NumericHeader ( string name, int value )
name string The name.
value int Numerical value.

ToString() 공개 메소드

public ToString ( ) : string
리턴 string