1 write to Buffer
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
367this.Buffer = buffer;
5 references to Buffer
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\UdpSocket.cs (5)
374IAsyncResult socketAsyncResult = this.socket.BeginReceiveFrom(this.Buffer.Array, 375this.Buffer.Offset, 376this.Buffer.Count, 474return new ArraySegment<byte>(this.Buffer.Array, this.Buffer.Offset, count);