You are here: Start » FIL.NET » FIS.Http_SendRequest_POST_Raw Method
FIS.Http_SendRequest_POST_Raw Method
Sends a POST request to the server and receives an answer.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void Http_SendRequest_POST_Raw ( string inUrl, IList<string> inFields, IList<string> inFieldsData, INullable<string> outAnswer, out int outResponseCode )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inUrl | string | Url of request. | ||
![]() | 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. | ||
![]() | outAnswer | FilNet.INullable<string> | Answer text if provided in UTF-8 encoding. This parameter cannot be null. | ||
![]() | outResponseCode | int | Answer code. Typically 200 for OK. |