You are here: Start » FIL.NET » FIS.Http_SendRequest_GET_ByteBuffer Method
FIS.Http_SendRequest_GET_ByteBuffer Method
Sends a GET request to server and receives a binary answer.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void Http_SendRequest_GET_ByteBuffer ( string inUrl, IList<string> inFields, IList<string> inFieldsData, int inTimeout, INullable<FilNet.ByteBuffer> outAnswer, out int outResponseCode )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inUrl | string | URL of request. Without parameters. | ||
![]() | inFields | System.Collections.Generic.IList<string> | Request data to send. It will be automatically encoded. | ||
![]() | inFieldsData | System.Collections.Generic.IList<string> | Request data to send. It will be automatically encoded. | ||
![]() | inTimeout | int | <0, INF> | 60 | Request timeout in seconds. Default value: 60. |
![]() | outAnswer | FilNet.INullable<FilNet.ByteBuffer> | Answer as binary byte buffer. This parameter cannot be null. | ||
![]() | outResponseCode | int | Answer code. Typically 200 for OK. |