AK.F1.Timing.UI.Results.PlayProxiedSessionResult.PlayProxiedSessionResult C# (CSharp) Метод

PlayProxiedSessionResult() публичный Метод

Initialises a new instance of the PlayProxiedSessionResult class.
/// Thrown when is . ///
public PlayProxiedSessionResult ( IPAddress address ) : System.Net
address System.Net.IPAddress The proxy address>.
Результат System.Net
        public PlayProxiedSessionResult(IPAddress address)
        {
            Guard.NotNull(address, "address");

            Address = address;
        }