SwiftlyS2

CMsgSteamDatagramGameserverPingRequestBody

Interface CMsgSteamDatagramGameserverPingRequestBody

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CMsgSteamDatagramGameserverPingRequestBody : ITypedProtobuf<CMsgSteamDatagramGameserverPingRequestBody>, INativeHandle

Implements

Properties

Echo

byte[] Echo { get; set; }
Property Value

MyIps

IProtobufRepeatedFieldSubMessageType<CMsgSteamNetworkingIPAddress> MyIps { get; }
Property Value

RelayPopid

uint RelayPopid { get; set; }
Property Value

RelayUnixTime

ulong RelayUnixTime { get; set; }
Property Value

RoutingSecret

ulong RoutingSecret { get; set; }
Property Value

YourPublicIp

CMsgSteamNetworkingIPAddress YourPublicIp { get; }
Property Value

YourPublicPort

uint YourPublicPort { get; set; }
Property Value

On this page