MessageOrigin (Microsoft.Rtc.Sip)

The MessageOrigin enumeration values specify the origin of a SIP message. The values are assigned to the Origin property of the AuthenticationInfo class.

Syntax

  Copy imageCopy Code
public enum MessageOrigin

Members

Member

Description

NetworkUnknown

The message came from a connection that was not configured as an internal or external connection.

NetworkInternal

The message arrived at the internal edge of this Access Edge Server.

NetworkExternal

The message arrived at the external edge of this Access Edge Server.

LocalNetwork

The message was created by this or other local applications or enterprise components.

Remarks

Currently, only Access Proxies are aware of network edges. For other servers, the value for messages received from the network is usually "NetworkUnknown".

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)