StandardHeader

The StandardHeaderenumeration values identify the standard headers used by Microsoft Lync Server 2013. To speed up access, StandardHeadervalues can be passed, instead of the header name string, to the GetHeaderValuesand SetParameterValuesfunctions.

Syntax

  Copy codeCopy code
public enum StandardHeader

Members

Member

Description

Nonstandard

The header is not one of the enumerated headers.

Via

SIP Via header.

Contact

SIP Contact header.

Route

SIP Route header.

To

SIP To header.

From

SIP From header.

CallID

SIP Call-ID header.

CSeq

SIP CSeq header.

ContentLength

SIP Content-Length header.

ProxyAuthorization

SIP Proxy-Authorization header.

AuthenticationInfo

SIP Authentication-Info header.

Authorization

SIP Authorization header.

Event

SIP Event header.

Expires

SIP Expires header.

MaxForwards

SIP Max-Forwards header.

ProxyAuthenticate

SIP Proxy-Authenticate header.

ProxyAuthenticationInfo

SIP Proxy-Authentication-Info header.

Accept

SIP Accept header.

AcceptEncoding

SIP Accept-Encoding header.

AcceptLanguage

SIP Accept-Language header.

Allow

SIP Allow header.

AllowEvents

SIP Allow-Events header.

ContentDisposition

SIP Content-Disposition header.

ContentEncoding

SIP Content-Encoding header.

ContentLanguage

SIP Content-Language header.

ContentType

SIP Content-Type header.

Date

SIP Date header.

Hide

SIP Hide header.

InReplyTo

SIP In-Reply-To header.

MimeVersion

SIP Mime-Version header.

Organization

SIP Organization header.

Priority

SIP Priority header.

ProxyRequire

SIP Proxy-Require header.

Require

SIP Require header.

RetryAfter

SIP Retry-After header.

Server

SIP Server header.

Subject

SIP Subject header.

Supported

SIP Supported header.

TimeStamp

SIP Time-Stamp header.

Unsupported

SIP Unsupported header.

UserAgent

SIP User-Agent header.

Warning

SIP Warning header.

WWWAuthenticate

SIP WWW-Authenticate header.

MSTenantId

Tenant ID header. Introduced in Microsoft Lync Server 2010.

MSNegotiateData

Negotiation data header. Introduced in Lync Server 2010.

MSSplitDomainInfo

Split domain information header. Introduced in Lync Server 2010.

MSEnableDnsFailover

Enable DNS Failover header. Introduced in Lync Server 2010.

MSRegistrarCdrInfo

Registrar CDR Info header. Introduced in Lync Server 2010.

MSImFormat

Instant Message Format header. Introduced in Lync Server 2010.

MSApplication

Application header. Introduced in Lync Server 2010.

MSTrunkingPeer

Trunking Peer header. Introduced in Lync Server 2010.

MSTargetClass

Target class header. Introduced in Lync Server 2010.

Diversion

Diversion header. Introduced in Lync Server 2010.

MSICROrigUri

ICR Origin URI header. Introduced in Lync Server 2010.

See also