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

Usage

Visual Basic
Dim binding As Uri
Dim location As Uri

Dim instance As New ProtocolEndpoint(binding, location)

Syntax

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

Parameters

binding
location

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also