Class NetworkConnectionExtensions
Inheritance
System.Object
NetworkConnectionExtensions
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: FishNet.Connection
Assembly: FishNet.Runtime.dll
Syntax
public static class NetworkConnectionExtensions
Methods
IsValid(NetworkConnection)
True if this connection is valid. An invalid connection indicates no client is set for this reference. Null references can be used with this method.
Declaration
public static bool IsValid(this NetworkConnection c)
Parameters
Type | Name | Description |
---|---|---|
NetworkConnection | c |
Returns
Type | Description |
---|---|
System.Boolean |