IPEndPointCodec Classe
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.
Sérialiseur pour IPEndPoint.
[Orleans.RegisterSerializer]
public sealed class IPEndPointCodec : Orleans.Serialization.Codecs.IDerivedTypeCodec, Orleans.Serialization.Codecs.IFieldCodec<System.Net.IPEndPoint>
[<Orleans.RegisterSerializer>]
type IPEndPointCodec = class
interface IFieldCodec<IPEndPoint>
interface IFieldCodec
interface IDerivedTypeCodec
Public NotInheritable Class IPEndPointCodec
Implements IDerivedTypeCodec, IFieldCodec(Of IPEndPoint)
- Héritage
-
IPEndPointCodec
- Attributs
- Implémente
Constructeurs
IPEndPointCodec() |
Sérialiseur pour IPEndPoint. |
Méthodes
ReadValue<TInput>(Reader<TInput>, Field) |
Lit une valeur. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, IPEndPoint) |
Écrit un champ sans informations de type (le type attendu est statiquement connu). |
Implémentations d’interfaces explicites
IFieldCodec<IPEndPoint>.ReadValue<TInput>(Reader<TInput>, Field) |
Lit une valeur. |
IFieldCodec<IPEndPoint>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, IPEndPoint) |
Écrit un champ. |