SteamIPAddress_t
Struct SteamIPAddress_t
Namespace: SwiftlyS2.Shared.SteamAPI
Assembly: SwiftlyS2.CS2.dll
[Serializable]
public struct SteamIPAddress_tInherited Members
- object.Equals(object?)
- object.Equals(object?, object?)
- object.GetHashCode()
- object.GetType()
- object.ReferenceEquals(object?, object?)
- object.ToString()
Constructors
SteamIPAddress_t(IPAddress)
public SteamIPAddress_t(IPAddress iPAddress)Parameters
- iPAddress IPAddress
Methods
GetIPType()
public ESteamIPType GetIPType()Returns
IsSet()
public bool IsSet()Returns
ToIPAddress()
public IPAddress ToIPAddress()Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()Returns
- string — The fully qualified type name.