IXMLHttpRequest.open(String, String, Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.InteropServices.DispId(1)]
public void open (string bstrMethod, string bstrUrl, object varAsync, object bstrUser, object bstrPassword);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member open : string * string * obj * obj * obj -> unit
Public Sub open (bstrMethod As String, bstrUrl As String, Optional varAsync As Object, Optional bstrUser As Object, Optional bstrPassword As Object)
Parameters
- bstrMethod
- String
- bstrUrl
- String
- varAsync
- Object
- bstrUser
- Object
- bstrPassword
- Object
- Attributes