Table of Contents

Interface IP2PResponseMessage

Namespace
SteamNetworkLib.Models
Assembly
SteamNetworkLib.dll

Identifies a correlated P2P response message that can report responder failures.

public interface IP2PResponseMessage : IP2PCorrelatedMessage
Inherited Members

Properties

Error

Gets or sets a developer-facing error message when Success is false.

string Error { get; set; }

Property Value

string

Success

Gets or sets whether the request completed successfully.

bool Success { get; set; }

Property Value

bool