Allocation Id is a unique identifier for a connected client/host to a
Relay server. This identifier is used by the Relay protocol as the
address of the client.
Implements#
System.IEquatable\<RelayAllocationId>
System.IComparable\<RelayAllocationId>
Inherited Members#
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Namespace: System.Dynamic.ExpandoObject#
Assembly: transport.dll#
Syntax#
k_Length#
Declaration#
Field Value#
Type | Description |
---|
System.Int32 | |
Value#
Declaration#
Field Value#
Type | Description |
---|
System.Byte* | |
CompareTo(RelayAllocationId)#
Declaration#
Parameters#
Type | Name | Description |
---|
RelayAllocationId | other | |
Returns#
Type | Description |
---|
System.Int32 | |
Equals(Object)#
Declaration#
Parameters#
Type | Name | Description |
---|
System.Object | other | |
Returns#
Type | Description |
---|
System.Boolean | |
Overrides#
System.ValueType.Equals(System.Object)
Equals(RelayAllocationId)#
Declaration#
Parameters#
Type | Name | Description |
---|
RelayAllocationId | other | |
Returns#
Type | Description |
---|
System.Boolean | |
FromBytePointer(Byte*, Int32)#
Declaration#
Parameters#
Type | Name | Description |
---|
System.Byte* | dataPtr | |
System.Int32 | length | |
Returns#
Type | Description |
---|
RelayAllocationId | |
GetHashCode()#
Declaration#
Returns#
Type | Description |
---|
System.Int32 | |
Overrides#
System.ValueType.GetHashCode()
Equality(RelayAllocationId, RelayAllocationId)#
Declaration#
Parameters#
Type | Name | Description |
---|
RelayAllocationId | lhs | |
RelayAllocationId | rhs | |
Returns#
Type | Description |
---|
System.Boolean | |
Inequality(RelayAllocationId, RelayAllocationId)#
Declaration#
Parameters#
Type | Name | Description |
---|
RelayAllocationId | lhs | |
RelayAllocationId | rhs | |
Returns#
Type | Description |
---|
System.Boolean | |
Implements#