ServicePoint.GetHashCode Método

Definição

Devolve um valor de hash para uma ServicePoint instância.

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

Devoluções

Um valor de hash inteiro.

Observações

Atenção

WebRequest, HttpWebRequest, ServicePoint, e WebClient são obsoletos, e não deves usá-los para novos desenvolvimentos. Utilize HttpClient em substituição.

O GetHashCode método devolve um código de hash desta instância. Este valor pode ser usado como chave em tabelas hash.

Aplica-se a