The AuthHeader type exposes the following members.

Constructors

  NameDescription
AuthHeader
Initializes a new instance of the AuthHeader class

Methods

  NameDescription
Equals
Consente di determinare se l'oggetto Object specificato è uguale all'oggetto Object corrente.
(Inherited from Object.)
GetHashCode
Funge da funzione hash per un determinato tipo.
(Inherited from Object.)
GetType
Ottiene l'oggetto Type dell'istanza corrente.
(Inherited from Object.)
ToString
Restituisce un oggetto String che rappresenta l'oggetto Object corrente.
(Inherited from Object.)

Fields

  NameDescription
pass
Password (non è case sensitive)
user
Codice utente assegnato (non è case sensitive)

Properties

  NameDescription
Actor
Ottiene o imposta il destinatario dell'intestazione SOAP.
(Inherited from SoapHeader.)
DidUnderstand
Ottiene o imposta un valore che indica se un metodo di servizio Web XML ha elaborato correttamente un'intestazione SOAP.
(Inherited from SoapHeader.)
EncodedMustUnderstand
Ottiene o imposta il valore dell'attributo XML mustUnderstand per l'intestazione SOAP quando in comunicazione con il protocollo SOAP 1.1.
(Inherited from SoapHeader.)
EncodedMustUnderstand12
Ottiene o imposta il valore dell'attributo XML mustUnderstand per l'intestazione SOAP quando in comunicazione con il protocollo SOAP 1.2.
(Inherited from SoapHeader.)
EncodedRelay
Ottiene o imposta l'attributo "relay" dell'intestazione SOAP 1.2.
(Inherited from SoapHeader.)
MustUnderstand
Ottiene o imposta un valore che indica se l'oggetto SoapHeader deve essere riconosciuto.
(Inherited from SoapHeader.)
Relay
Ottiene o imposta un valore che indica se l'intestazione SOAP deve essere inoltrata al successivo nodo SOAP se il nodo corrente non riconosce l'intestazione.
(Inherited from SoapHeader.)
Role
Ottiene o imposta il destinatario dell'intestazione SOAP.
(Inherited from SoapHeader.)

See Also