|
1 | 1 | namespace Azure.Core |
2 | 2 | { |
3 | | - public partial class ClassifiedResponse : Azure.Response |
4 | | - { |
5 | | - public ClassifiedResponse(Azure.Response response) { } |
6 | | - public override string ClientRequestId { get { throw null; } set { } } |
7 | | - public override System.IO.Stream? ContentStream { get { throw null; } set { } } |
8 | | - public bool IsError { get { throw null; } } |
9 | | - public override string ReasonPhrase { get { throw null; } } |
10 | | - public override int Status { get { throw null; } } |
11 | | - protected override bool ContainsHeader(string name) { throw null; } |
12 | | - public override void Dispose() { } |
13 | | - protected virtual void Dispose(bool disposing) { } |
14 | | - protected override System.Collections.Generic.IEnumerable<Azure.Core.HttpHeader> EnumerateHeaders() { throw null; } |
15 | | - protected override bool TryGetHeader(string name, out string? value) { throw null; } |
16 | | - protected override bool TryGetHeaderValues(string name, out System.Collections.Generic.IEnumerable<string>? values) { throw null; } |
17 | | - } |
18 | 3 | [System.Diagnostics.DebuggerDisplayAttribute("{DebuggerDisplay,nq}")] |
19 | 4 | public partial class JsonData : System.Dynamic.IDynamicMetaObjectProvider, System.IEquatable<Azure.Core.JsonData> |
20 | 5 | { |
@@ -100,18 +85,4 @@ public void Set(string propertyName, string? value) { } |
100 | 85 | public long WriteTo(System.IO.Stream stream) { throw null; } |
101 | 86 | public System.Threading.Tasks.Task<long> WriteToAsync(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken) { throw null; } |
102 | 87 | } |
103 | | - public partial class ResponsePropertiesPolicy : Azure.Core.Pipeline.HttpPipelinePolicy |
104 | | - { |
105 | | - public ResponsePropertiesPolicy(Azure.Core.ClientOptions options) { } |
106 | | - public override void Process(Azure.Core.HttpMessage message, System.ReadOnlyMemory<Azure.Core.Pipeline.HttpPipelinePolicy> pipeline) { } |
107 | | - public override System.Threading.Tasks.ValueTask ProcessAsync(Azure.Core.HttpMessage message, System.ReadOnlyMemory<Azure.Core.Pipeline.HttpPipelinePolicy> pipeline) { throw null; } |
108 | | - } |
109 | | -} |
110 | | -namespace Azure.Core.Pipeline |
111 | | -{ |
112 | | - public static partial class ResponseExtensions |
113 | | - { |
114 | | - public static Azure.RequestFailedException CreateRequestFailedException(this Azure.Response response) { throw null; } |
115 | | - public static bool IsError(this Azure.Response response) { throw null; } |
116 | | - } |
117 | 88 | } |
0 commit comments