Interface IP2PCorrelatedMessage
- Namespace
- SteamNetworkLib.Models
- Assembly
- SteamNetworkLib.dll
Identifies a P2P message that belongs to a request/response exchange.
public interface IP2PCorrelatedMessage
Properties
RequestId
Gets or sets the correlation identifier shared by a request and its response.
string RequestId { get; set; }