SocketMessage Class
Namespace: Stride.Engine.NetworkAssembly: Stride.Engine.dll
                 System.Object →  
                SocketMessage
              
              
                 Derived from SocketMessage:  ExceptionMessage  RemoteEffectCompilerEffectAnswer  RemoteEffectCompilerEffectRequest 
              
              
              
[DataContract(Inherited = true)]
public class SocketMessage
              | Name | Description | |
|---|---|---|
| Fields | ||
| StreamId | An ID that will identify the message, in order to answer to it.  | 
                          |
| Properties | ||
| NextStreamId | ||
Fields
StreamId
An ID that will identify the message, in order to answer to it.
public int StreamId
              Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Properties
NextStreamId
public static int NextStreamId { get; }
              Property Value
| Type | Description | 
|---|---|
| System.Int32 |