You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.157
Former-commit-id: f980a3b9476482d2b60ad533340793286b27a496
This commit is contained in:
parent
9678eafc8e
commit
80d55115d1
@ -85,7 +85,7 @@ namespace System.Net.Http
|
||||
|
||||
public WindowsProxyUsePolicy WindowsProxyUsePolicy { get { throw new PlatformNotSupportedException (); } set { throw new PlatformNotSupportedException (); } }
|
||||
|
||||
protected override void Dispose (bool disposing) { throw new PlatformNotSupportedException (); }
|
||||
protected override void Dispose (bool disposing) { }
|
||||
|
||||
protected override Task<HttpResponseMessage> SendAsync (HttpRequestMessage request, Threading.CancellationToken cancellationToken) { throw new PlatformNotSupportedException (); }
|
||||
}
|
||||
|
Reference in New Issue
Block a user