Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Gets the Web request to be routed to the current Sys.Net.WebRequestExecutor instance.
var webRequest = netWorkEventArgs.get_webRequest();
Remarks
Use this property to inspect the contents of a Web request before it is routed to the current instance of the Sys.Net.WebRequestExecutor class. You can access the Web request instance from the handler that is called before the request is routed. This event handler is added by using the add_invokingRequest method.