POST api/{area}/WSock/ProcessRequest
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
AspNetWebSocketContext| Name | Description | Type | Additional information |
|---|---|---|---|
| AnonymousID | string |
None. |
|
| Application | Collection of Object |
None. |
|
| ApplicationPath | string |
None. |
|
| Cache | Collection of Object |
None. |
|
| ClientCertificate | Collection of Object |
None. |
|
| CookieCollection | Collection of Object |
None. |
|
| Cookies | Collection of Object |
None. |
|
| FilePath | string |
None. |
|
| Headers | Dictionary of string [key] and string [value] |
None. |
|
| IsAuthenticated | boolean |
None. |
|
| IsClientConnected | boolean |
None. |
|
| IsDebuggingEnabled | boolean |
None. |
|
| IsLocal | boolean |
None. |
|
| IsSecureConnection | boolean |
None. |
|
| Items | Dictionary of Object [key] and Object [value] |
None. |
|
| LogonUserIdentity | WindowsIdentity |
None. |
|
| Origin | string |
None. |
|
| Path | string |
None. |
|
| PathInfo | string |
None. |
|
| Profile | ProfileBase |
None. |
|
| QueryString | Dictionary of string [key] and string [value] |
None. |
|
| RawUrl | string |
None. |
|
| RequestUri | URI |
None. |
|
| SecWebSocketKey | string |
None. |
|
| SecWebSocketProtocols | Collection of string |
None. |
|
| SecWebSocketVersion | string |
None. |
|
| Server | HttpServerUtilityBase |
None. |
|
| ServerVariables | Dictionary of string [key] and string [value] |
None. |
|
| Timestamp | date |
None. |
|
| Unvalidated | UnvalidatedRequestValuesBase |
None. |
|
| UrlReferrer | URI |
None. |
|
| User | IPrincipal |
None. |
|
| UserAgent | string |
None. |
|
| UserHostAddress | string |
None. |
|
| UserHostName | string |
None. |
|
| UserLanguages | Collection of string |
None. |
|
| WebSocket | WebSocket |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.