C# Класс SipSharp.Messages.Headers.Parsers.ParserForAttribute

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

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

Метод Описание
ParserForAttribute ( string name, char compactName ) : System

Initializes a new instance of the ParserForAttribute class.

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

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

Initializes a new instance of the ParserForAttribute class.
public ParserForAttribute ( string name, char compactName ) : System
name string Header name.
compactName char Compact form of header name.
Результат System