IPAddressCodec.ReadRaw<TInput>(Reader<TInput>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lit la valeur d’adresse IP préfixée de longueur brute.
public static System.Net.IPAddress ReadRaw<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadRaw : Reader -> System.Net.IPAddress
Public Shared Function ReadRaw(Of TInput) (ByRef reader As Reader(Of TInput)) As IPAddress
Paramètres de type
- TInput
Paramètres
- reader
- Reader<TInput>