Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Protocol.OptionResponseSourceWhen the client sends an option request, the server must reply.
type t = | AckOption acknowledged
*)| ServerA description of an export (in reponse to List)
| UnsupportedThe option is unsupported
*)| PolicyThe option is blocked by an admin policy
*)| InvalidThe option was invalid (i.e. the client is buggy)
*)| PlatformThe option is not supported in this platform.
*)| TlsReqdThe option is not allowed when the connection is not using TLS.
*)| Unknown of int32The response is unknown to this implementation.
*)