BlackLinks.Hosting.RequestsGateway.WriteResponse C# (CSharp) Method

WriteResponse() public abstract method

public abstract WriteResponse ( long requestId, byte bytes, string contentType, int statusCode ) : void
requestId long
bytes byte
contentType string
statusCode int
return void
        public abstract void WriteResponse(long requestId, byte[] bytes, string contentType, int statusCode);