FederationMessage::BaseUri Property

.NET Framework (current version)
 

Gets or sets the base URL to which the message applies.

Namespace:   System.IdentityModel.Services
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
property Uri^ BaseUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

A Uri that contains the base URL.

Exception Condition
ArgumentNullException

An attempt to set a value that is null occurs.

WSFederationMessageException

An attempt to set a value that is not a valid URI occurs.

.NET Framework
Available since 4.5
Return to top
Show: