EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  Pascal  ActiveX  DLL 


ElHTTPRequestParams.AcceptLanguage

ElHTTPRequestParams     See also    


 

Specifies the AcceptLanguage header of HTTP request

 
 

Declaration

[C#]
    string AcceptLanguage;

[VB.NET]
    Property AcceptLanguage As String

[Pascal]
    property AcceptLanguage: string;

[VB6]
    Property IElHTTPSClientX.RequestAcceptLanguage As String

[ActiveX]
    HRESULT _stdcall IElHTTPSClientX.RequestAcceptLanguage([in] BSTR Value );
    HRESULT _stdcall IElHTTPSClientX.RequestAcceptLanguage([out, retval] BSTR * Value );

[DLL]
    not implemented;
 
 

Description

    This property specifies the AcceptLanguage header of HTTP request (please see the RFC #2616 for further information)

 
 

See also:     Accept     AcceptCharset    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2011, EldoS Corporation