adTempus API
ArcanaDevelopment.adTempus.Client Namespace / WcfBindingSettings Class / MaxReceivedMessageSize Field


In This Topic
    MaxReceivedMessageSize Field
    In This Topic
    Max message size
    Syntax
    'Declaration
     
    
    Public MaxReceivedMessageSize As Long
    public long MaxReceivedMessageSize
    public:
    int64 MaxReceivedMessageSize
    Remarks

    Note: if an operation fails with error "the maximum message size quota for incoming messages has been exceeded," you generally need to increase the MaxBufferSize, not the MaxReceivedMessageSize, despite what the error message says.

    Configure using appSettings key "ServiceHost:MaxReceivedMessageSize".

    See Also