Initializes an instance of WSFederationMessage.
Пространство имен: Microsoft.IdentityModel.Protocols.WSFederation
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim baseUrl As Uri
Dim action As String

Dim instance As New WSFederationMessage(baseUrl, action)

Синтаксис

Visual Basic
Protected Sub New ( _
		baseUrl As Uri, _
		action As String _
)
C#
protected WSFederationMessage (
		Uri baseUrl,
		string action
)
C++
protected:
WSFederationMessage (
		Uri^ baseUrl, 
		String^ action
)
J#
protected WSFederationMessage (
		Uri baseUrl, 
		String action
)
JScript
protected function WSFederationMessage (
		baseUrl : Uri, 
		action : String
)

Параметры

baseUrl
action

The action parameter of the message.

Исключения

Тип исключений Условие
ArgumentNullException

BaseUri is null.

ArgumentException

Action parameter is either empty or null.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также