46 return string.Join(
',',
values);
84 string text = Headers[
"Last-Modified"];
85 if (
string.IsNullOrEmpty(
text))
91 return result.LocalDateTime;
102 string text = Headers[
"Server"];
103 if (!
string.IsNullOrEmpty(
text))
189 string text = Headers[
"Content-Type"];
198 int i =
text2.IndexOf(
';');
204 if (
text2[i - 8] !=
';' &&
text2[i - 8] !=
' ')
214 int num =
text2.IndexOf(
';', i);
234 [
Obsolete(
"This API supports the .NET infrastructure and is not intended to be used directly from your code.",
true)]
242 [
Obsolete(
"Serialization has been deprecated for HttpWebResponse.")]
319 return string.Join(
", ",
values);
static readonly Stream Null
static bool TryParse(ReadOnlySpan< char > input, out DateTimeOffset result)
static readonly Version Version10
static readonly Version Version11
override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
string GetHeaderValueAsString(IEnumerable< string > values)
HttpWebResponse(SerializationInfo serializationInfo, StreamingContext streamingContext)
override long ContentLength
override Stream GetResponseStream()
HttpWebResponse(HttpResponseMessage _message, Uri requestUri, CookieContainer cookieContainer)
readonly bool _isVersionHttp11
HttpResponseMessage _httpResponseMessage
override string ContentType
override bool IsMutuallyAuthenticated
CookieCollection _cookies
virtual CookieCollection Cookies
override bool SupportsHeaders
WebHeaderCollection _webHeaderCollection
string GetResponseHeader(string headerName)
virtual string StatusDescription
virtual HttpStatusCode StatusCode
override void Dispose(bool disposing)
HttpContentHeaders Headers
HttpResponseHeaders Headers
HttpStatusCode StatusCode
HttpRequestMessage? RequestMessage
static string net_baddate
void GetObjectData(SerializationInfo info, StreamingContext context)