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

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

Private Properties

Свойство Тип Описание

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

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

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

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

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Результат object

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

Initializes a new instance of the ContactHeader class.
public ContactHeader ( string name ) : System
name string Name of the header.
Результат System

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

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

public ToString ( ) : string
Результат string