Gets or sets the policy xml.

Namespace: Eneter.Messaging.MessagingSystems.HttpMessagingSystem
Assembly: Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 5.0.0.0 (5.0.0.0)

Syntax

C#
public string PolicyXml { get; set; }
Visual Basic
Public Property PolicyXml As String
	Get
	Set
Visual C++
public:
property String^ PolicyXml {
	String^ get ();
	void set (String^ value);
}

Remarks

When the class is instantiated, the default policy file is set. The default policy file allows to communicate with everybody.
You can use this property to set your own policy file if needed.

Version Information

.NET

Supported in: .NET 4.5, .NET 4.0, .NET 3.5

Compact Framework

Supported in: Compact Framework 3.5, Compact Framework 2.0

Mono

Supported in: Mono 2.6.4

See Also