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.
public enum MessageOrigin
Members
Member | Description |
---|---|
NetworkUnknown | The message came from an a connection that was not configured as an internal or external connection. |
NetworkInternal | The message arrived at the internal edge of this Access Proxy. |
NetworkExternal | The message arrived at the external edge of this Access Proxy. |
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 Office Live Communications Server 2005.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)