Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim binding As Binding
Dim remoteAddress As String
Dim instance As New WSTrustChannelFactory(binding, remoteAddress)
|
Syntax
Visual Basic |
Public Sub New ( _
binding As Binding, _
remoteAddress As String _
)
|
C# |
public WSTrustChannelFactory (
Binding binding,
string remoteAddress
)
|
C++ |
public:
WSTrustChannelFactory (
Binding^ binding,
String^ remoteAddress
)
|
J# |
public WSTrustChannelFactory (
Binding binding,
String remoteAddress
)
|
JScript |
public function WSTrustChannelFactory (
binding : Binding,
remoteAddress : String
)
|
Parameters
- binding
- remoteAddress
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also