1 write to offset
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
292
this.
offset
= offset;
2 references to offset
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpSocket.cs (2)
310
throw FxTrace.Exception.AsError(ConvertNetworkError(socketException, this.size - this.
offset
, TransferDirection.Send, this.timeToLive));
333
completionException = ConvertNetworkError(socketException, thisPtr.size - thisPtr.
offset
, TransferDirection.Send, thisPtr.timeToLive);