1 write to size
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
293
this.
size
= size;
2 references to size
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);