Initializes an instance of SignOutCleanupRequestMessage.
Namespace: Microsoft.IdentityModel.Protocols.WSFederation
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim baseUrl As Uri
Dim reply As String

Dim instance As New SignOutCleanupRequestMessage(baseUrl, reply)

Syntax

Visual Basic
Public Sub New ( _
		baseUrl As Uri, _
		reply As String _
)
C#
public SignOutCleanupRequestMessage (
		Uri baseUrl,
		string reply
)
C++
public:
SignOutCleanupRequestMessage (
		Uri^ baseUrl, 
		String^ reply
)
J#
public SignOutCleanupRequestMessage (
		Uri baseUrl, 
		String reply
)
JScript
public function SignOutCleanupRequestMessage (
		baseUrl : Uri, 
		reply : String
)

Parameters

baseUrl

Base URL to which the SignOut Cleanup message is intended.

reply

The wreply string that represents the Url to which reply is to be sent.

Exceptions

Exception type Condition
ArgumentException

The reply parameter is either empty or null.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also