DsmlSoapHttpConnection Classe
Definizione
La classe DsmlSoapHttpConnection rappresenta una connessione a un gateway DSML tramite SOAP su HTTP.The DsmlSoapHttpConnection class represents a connection to a DSML Gateway using SOAP over HTTP.
public ref class DsmlSoapHttpConnection : System::DirectoryServices::Protocols::DsmlSoapConnection
public class DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlSoapConnection
type DsmlSoapHttpConnection = class
inherit DsmlSoapConnection
Public Class DsmlSoapHttpConnection
Inherits DsmlSoapConnection
- Ereditarietà
Costruttori
Proprietà
AuthType |
La proprietà AuthType contiene uno dei valori dell'enumerazione AuthType che specifica il tipo di autenticazione.The AuthType property contains one of the values of AuthType enumeration that specifies the authentication type. |
ClientCertificates |
La proprietà ClientCertificates specifica uno o più certificati client da inviare per l'autenticazione.The ClientCertificates property specifies one or more client certificates to send for authentication. (Ereditato da DirectoryConnection) |
Credential |
La proprietà Credential specifica credenziali alternative per l'oggetto connessione.The Credential property specifies alternate credentials for the connection object. (Ereditato da DirectoryConnection) |
Directory |
La proprietà Directory specifica il dominio o il server a cui deve essere effettuata la connessione.The Directory property specifies the domain or the server to which the connection should be made. (Ereditato da DirectoryConnection) |
SessionId |
La proprietà SessionId contiene l'ID della sessione attiva.The SessionId property contains the active session ID. |
SoapActionHeader |
La proprietà SoapActionHeader contiene l'intestazione di azione SOAP inviata con altre intestazioni HTTP.The SoapActionHeader property contains the SOAP Action Header sent with other HTTP headers. |
SoapRequestHeader |
La proprietà SoapRequestHeader contiene l'intestazione SOAP associata alle richieste in uscita.The SoapRequestHeader property contains the SOAP Header attached to outgoing requests. (Ereditato da DsmlSoapConnection) |
Timeout |
La proprietà Timeout contiene il periodo di tempo, espresso in secondi, prima del timeout di DsmlSoapHttpConnection.The Timeout property contains the length of time, in seconds, before the DsmlSoapHttpConnection times out. |
Metodi
Abort(IAsyncResult) |
Il metodo Abort(IAsyncResult) annulla la richiesta asincrona.The Abort(IAsyncResult) method cancels the asynchronous request. |
BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object) |
Il metodo BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object) inizia inviando in modo asincrono l'oggetto DsmlRequestDocument specificato al server.The BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object) method begins asynchronously sending the specified DsmlRequestDocument object to the server. |
BeginSession() |
Il metodo BeginSession() indica al server DSML di avviare una nuova sessione.The BeginSession() method instructs the DSML server to start a new session. |
EndSendRequest(IAsyncResult) |
Il metodo EndSendRequest(IAsyncResult) completa una richiesta di invio asincrona.The EndSendRequest(IAsyncResult) method completes an asynchronous send request. |
EndSession() |
Il metodo EndSession() termina la sessione con il server DSML ed elimina la proprietà SessionId.The EndSession() method ends the session with the DSML server and clears the SessionId property. |
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
SendRequest(DirectoryRequest) |
Il metodo SendRequest(DirectoryRequest) invia un unico oggetto DirectoryRequest.The SendRequest(DirectoryRequest) method sends a single DirectoryRequest object. |
SendRequest(DsmlRequestDocument) |
Il metodo SendRequest(DsmlRequestDocument) invia un oggetto DsmlRequestDocument al server DSML.The SendRequest(DsmlRequestDocument) method sends a DsmlRequestDocument object to the DSML server. |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |