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

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

Visual Basic
Dim binding As Uri
Dim location As Uri

Dim instance As New ProtocolEndpoint(binding, location)

Синтаксис

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
)

Параметры

binding
location

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также