ServicePoint.GetHashCode Metodo

Definizione

Restituisce un valore hash per un'istanza ServicePoint di .

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

Valori restituiti

Valore hash integer.

Commenti

Caution

WebRequest HttpWebRequest, ServicePoint, e WebClient sono obsoleti e non è consigliabile usarli per il nuovo sviluppo. Utilizzare invece HttpClient.

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

Si applica a