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