ServicePoint.GetHashCode Método

Definición

Devuelve un valor hash para una instancia de ServicePoint.

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

Devoluciones

Valor hash entero.

Comentarios

Cautela

WebRequest, HttpWebRequest, ServicePointy WebClient están obsoletos y no debe usarlos para el nuevo desarrollo. Use HttpClient en su lugar.

El método GetHashCode devuelve un código hash de esta instancia. Este valor se puede usar como clave en tablas hash.

Se aplica a