WSTrustServiceContract.EndProcessCore (Método)
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim ar As IAsyncResult Dim requestAction As String Dim responseAction As String Dim trustNamespace As String Dim returnValue As Message returnValue = Me.EndProcessCore(ar, requestAction, responseAction, trustNamespace)
Sintaxis
'Declaración
Protected Overridable Function EndProcessCore ( _
ar As IAsyncResult, _
requestAction As String, _
responseAction As String, _
trustNamespace As String _
) As Message
protected virtual Message EndProcessCore (
IAsyncResult ar,
string requestAction,
string responseAction,
string trustNamespace
)
protected:
virtual Message^ EndProcessCore (
IAsyncResult^ ar,
String^ requestAction,
String^ responseAction,
String^ trustNamespace
)
protected Message EndProcessCore (
IAsyncResult ar,
String requestAction,
String responseAction,
String trustNamespace
)
protected function EndProcessCore (
ar : IAsyncResult,
requestAction : String,
responseAction : String,
trustNamespace : String
) : Message
Parámetros
- ar
- requestAction
- responseAction
- trustNamespace
Seguridad para subprocesos
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
WSTrustServiceContract (Clase)
WSTrustServiceContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)