This topic has not yet been rated - Rate this topic

protocol property

Sets or retrieves the protocol portion of a URL.

Syntax

HRESULT value = object.put_protocol(BSTR v);HRESULT value = object.get_protocol(BSTR* p);

Property values

Type: BSTR

the protocol used to transfer information.

Remarks

The IHTMLDocument2::protocol property specifies how to transfer information from the host to the client. Windows Internet Explorer supports several predefined protocols, including http and ftp.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.