SwiftlyS2

CMsgHttpResponse

Interface CMsgHttpResponse

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CMsgHttpResponse : ITypedProtobuf<CMsgHttpResponse>, INativeHandle

Implements

Properties

Body

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

Headers

IProtobufRepeatedFieldSubMessageType<CMsgHttpResponse_ResponseHeader> Headers { get; }
Property Value

StatusCode

uint StatusCode { get; set; }
Property Value

On this page