Unity.Networking.Transport.Relay.RelayServerData
#
Inherited MembersValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: transport.dll#
Syntax#
RelayServerData(ref NetworkEndPoint, UInt16, RelayAllocationId, String, String, String, Boolean)#
Declaration#
ParametersType | Name | Description |
---|---|---|
NetworkEndPoint | endpoint | |
System.UInt16 | nonce | |
RelayAllocationId | allocationId | |
System.String | connectionData | |
System.String | hostConnectionData | |
System.String | key | |
System.Boolean | isSecure |
#
RelayServerData(ref NetworkEndPoint, UInt16, ref RelayAllocationId, ref RelayConnectionData, ref RelayConnectionData, ref RelayHMACKey, Boolean)#
Declaration#
ParametersType | Name | Description |
---|---|---|
NetworkEndPoint | endpoint | |
System.UInt16 | nonce | |
RelayAllocationId | allocationId | |
RelayConnectionData | connectionData | |
RelayConnectionData | hostConnectionData | |
RelayHMACKey | key | |
System.Boolean | isSecure |
#
#
AllocationId#
Declaration#
Field ValueType | Description |
---|---|
RelayAllocationId |
#
ConnectionData#
Declaration#
Field ValueType | Description |
---|---|
RelayConnectionData |
#
Endpoint#
Declaration#
Field ValueType | Description |
---|---|
NetworkEndPoint |
#
HMAC#
Declaration#
Field ValueType | Description |
---|---|
System.Byte* |
#
HMACKey#
Declaration#
Field ValueType | Description |
---|---|
RelayHMACKey |
#
HostConnectionData#
Declaration#
Field ValueType | Description |
---|---|
RelayConnectionData |
#
IsSecure#
Declaration#
Field ValueType | Description |
---|---|
System.Byte |
#
Nonce#
Declaration#
Field ValueType | Description |
---|---|
System.UInt16 |