Class NetSiteState
Represents the state of the metwrk site - it can be a particular address or group
Inheritance
System.Object
NetSiteState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.IO.Net.Gate
Assembly: Azos.dll
Syntax
public sealed class NetSiteState
Fields
Address
Declaration
public readonly string Address
Field Value
Type | Description |
---|---|
System.String |
Group
Declaration
public readonly Group Group
Field Value
Type | Description |
---|---|
Group |
Properties
Key
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |