Home
last modified time | relevance | path

Searched refs:GetWebResponse (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Protocols/
H A DHttpWebClientProtocol.cs169 protected override WebResponse GetWebResponse (WebRequest request) in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
171 WebResponse response = base.GetWebResponse (request); in GetWebResponse()
179 protected override WebResponse GetWebResponse (WebRequest request, IAsyncResult result) in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
181 WebResponse response = base.GetWebResponse (request, result); in GetWebResponse()
H A DWebClientProtocol.cs168 protected virtual WebResponse GetWebResponse (WebRequest request) in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
183 protected virtual WebResponse GetWebResponse (WebRequest request, IAsyncResult result) in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
H A DSoapHttpClientProtocol.cs133 response = GetWebResponse (ainfo.Request, ar); in AsyncGetResponseDone()
357 response = GetWebResponse (request); in Invoke()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Protocols/
H A DClientProtocol.cs313 client.Response = client.ClientProtocol.GetWebResponse(client.Request, asyncResult); in GetResponseAsyncCallback()
445 protected virtual WebResponse GetWebResponse(WebRequest request) { in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
479 protected virtual WebResponse GetWebResponse(WebRequest request, IAsyncResult result) { in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
871 protected override WebResponse GetWebResponse(WebRequest request) { in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
872 WebResponse response = base.GetWebResponse(request); in GetWebResponse()
880 protected override WebResponse GetWebResponse(WebRequest request, IAsyncResult result) { in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
881 WebResponse response = base.GetWebResponse(request, result); in GetWebResponse()
H A DHttpClientProtocol.cs164 response = GetWebResponse(request); in Invoke()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Helpers/
H A DLinkShare.generated.cs102 shortUrl = GetWebResponse(bitlyReq); in GetShortenedUrl()
114 private static string GetWebResponse(string address) { in GetWebResponse() method in Microsoft.Web.Helpers.LinkShare
H A DLinkShare.cshtml56 shortUrl = GetWebResponse(bitlyReq);
68 private static string GetWebResponse(string address) {
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Sandbox/
H A DJsonRpcClient.cs106 using (WebResponse response = GetWebResponse(request)) in Invoke()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/src/System/Net/
H A DWebClient.cs247 protected virtual WebResponse GetWebResponse(WebRequest request) in GetWebResponse() method in System.Net.WebClient
254 protected virtual WebResponse GetWebResponse(WebRequest request, IAsyncResult result) in GetWebResponse() method in System.Net.WebClient
269 return GetWebResponse(request, await awaitable); in GetWebResponseTaskAsync()
358 WebResponse response = _webResponse = GetWebResponse(request); in OpenRead()
818 WebResponse response = _webResponse = GetWebResponse(request); in DownloadBits()
1302 WebResponse response = _webResponse = GetWebResponse(request, iar); in OpenReadAsync()
1977 _webClient.GetWebResponse(_request).Dispose(); in Dispose()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebClient/ref/
H A DSystem.Net.WebClient.cs127 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Net.WebClient
128 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Net.WebClient
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Dwebclient.cs309 protected virtual WebResponse GetWebResponse(WebRequest request) { in GetWebResponse() method in System.Net.WebClient
318 protected virtual WebResponse GetWebResponse(WebRequest request, IAsyncResult result) { in GetWebResponse() method in System.Net.WebClient
447 WebResponse response = m_WebResponse = GetWebResponse(request); in OpenRead()
1220 WebResponse response = state.WebClient.GetWebResponse(request, result); in DownloadBitsResponseCallback()
1298 response = m_WebResponse = GetWebResponse(request); in DownloadBits()
1825 WebResponse response = m_WebResponse = GetWebResponse(request, result); in OpenReadAsyncCallback()
3088 m_WebClient.GetWebResponse(m_request).Close(); in Dispose()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Discovery/
H A DDiscoveryClientProtocol.cs243 response = GetWebResponse(request); in Download()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Web.Services.cs1237 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1238 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1645 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
1646 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.Web.Services.cs1237 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1238 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1645 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
1646 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Web.Services.cs1670 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1671 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
2229 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
2230 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Web.Services.cs1670 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1671 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
2229 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
2230 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Web.Services.cs1635 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1636 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
2201 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
2202 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Web.Services.cs1635 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1636 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
2201 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
2202 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Web.Services.cs1635 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1636 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
2201 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
2202 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Web.Services.cs1635 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1636 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
2201 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
2202 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Web.Services.cs1637 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1638 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
2203 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
2204 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Web.Services.cs1635 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1636 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
2201 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
2202 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Web.Services.cs1635 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1636 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
2201 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
2202 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Web.Services.cs1637 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1638 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
2203 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
2204 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Web.Services.cs1634 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nu… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
1635 …protected override System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAs… in GetWebResponse() method in System.Web.Services.Protocols.HttpWebClientProtocol
2200 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw nul… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol
2201 …protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsy… in GetWebResponse() method in System.Web.Services.Protocols.WebClientProtocol

12