Propriété DispatchContext.RequestMessage
Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As DispatchContext Dim value As WSTrustMessage value = instance.RequestMessage instance.RequestMessage = value
Syntaxe
'Déclaration
Public Property RequestMessage As WSTrustMessage
public WSTrustMessage RequestMessage { get; set; }
public:
property WSTrustMessage^ RequestMessage {
WSTrustMessage^ get ();
void set (WSTrustMessage^ value);
}
/** @property */
public WSTrustMessage get_RequestMessage ()
/** @property */
public void set_RequestMessage (WSTrustMessage value)
public function get RequestMessage () : WSTrustMessage
public function set RequestMessage (value : WSTrustMessage)
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe DispatchContext
Membres DispatchContext
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust