Namespace: Microsoft.IdentityModel.Protocols.WSFederation.Metadata
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim index As Integer
Dim binding As Uri
Dim location As Uri

Dim instance As New IndexedProtocolEndpoint(index, binding, location)

Syntax

Visual Basic
Public Sub New ( _
		index As Integer, _
		binding As Uri, _
		location As Uri _
)
C#
public IndexedProtocolEndpoint (
		int index,
		Uri binding,
		Uri location
)
C++
public:
IndexedProtocolEndpoint (
		int index, 
		Uri^ binding, 
		Uri^ location
)
J#
public IndexedProtocolEndpoint (
		int index, 
		Uri binding, 
		Uri location
)
JScript
public function IndexedProtocolEndpoint (
		index : int, 
		binding : Uri, 
		location : Uri
)

Parameters

index
binding
location

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also