Click or drag to resize

BootstrapperSettingsHttp Class

Http settings
Inheritance Hierarchy
SystemObject
  Crosser.ServerBootstrapperSettingsHttp

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public static class Http

The BootstrapperSettingsHttp type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberMaxLengthPostBody
Max length for the body of a POST request
Public propertyStatic memberMaxLengthQueryString
Max length of querystring attached to URL
Public propertyStatic memberMaxLengthURL
Max length of the URL (querystring excluded)
Top
See Also