CMsgHttpResponse
Interface CMsgHttpResponse
Namespace: SwiftlyS2.Shared.ProtobufDefinitions
Assembly: SwiftlyS2.CS2.dll
public interface CMsgHttpResponse : ITypedProtobuf<CMsgHttpResponse>, INativeHandleImplements
Properties
Body
byte[] Body { get; set; }Property Value
Headers
IProtobufRepeatedFieldSubMessageType<CMsgHttpResponse_ResponseHeader> Headers { get; }Property Value
StatusCode
uint StatusCode { get; set; }Property Value