Condividi tramite


ServicePoint.GetHashCode Metodo

Definizione

Restituisce un valore hash per un'istanza di ServicePoint.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Restituisce

Valore hash integer.

Commenti

Cautela

WebRequest, HttpWebRequest, ServicePointe WebClient sono obsoleti e non è consigliabile usarli per nuovi sviluppi. Usare invece HttpClient.

Il metodo GetHashCode restituisce un codice hash di questa istanza. Questo valore può essere usato come chiave nelle tabelle hash.

Si applica a