IPAddressCodec.WriteRaw<TBufferWriter> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the raw length prefixed IP address value.
public static void WriteRaw<TBufferWriter> (ref Orleans.Serialization.Buffers.Writer<TBufferWriter> writer, System.Net.IPAddress value) where TBufferWriter : System.Buffers.IBufferWriter<byte>;
static member WriteRaw : Writer * System.Net.IPAddress -> unit (requires 'BufferWriter :> System.Buffers.IBufferWriter<byte>)
Public Shared Sub WriteRaw(Of TBufferWriter As IBufferWriter(Of Byte)) (ByRef writer As Writer(Of TBufferWriter), value As IPAddress)
Type Parameters
- TBufferWriter
Parameters
- writer
- Writer<TBufferWriter>
- value
- IPAddress