Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft