C# Класс SipSharp.Messages.Headers.Event

Наследование: IHeader
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Event ( )

Initializes a new instance of the Event class.

Event ( Event value )

Initializes a new instance of the Event class.

Описание методов

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

Event() публичный Метод

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

Event() публичный Метод

Initializes a new instance of the Event class.
public Event ( Event value )
value Event Other instance.