Пример #1
0
 public static IResponse ETag(this IHas @this, string value)
 => @this.Header("ETag", value);
Пример #2
0
 public static IResponse Server(this IHas @this)
 => @this.Header("Server");
Пример #3
0
 public static IResponse RetryAfter(this IHas @this)
 => @this.Header("Retry-After");
Пример #4
0
 public static IResponse TransferEncoding(this IHas @this)
 => @this.Header("Transfer-Encoding");
Пример #5
0
 public static IResponse Trailer(this IHas @this)
 => @this.Header("Trailer");
Пример #6
0
 public static IResponse Vary(this IHas @this, string value)
 => @this.Header("Vary", value);
Пример #7
0
 public static IResponse Upgrade(this IHas @this, string value)
 => @this.Header("Upgrade", value);
Пример #8
0
 public static IResponse CacheControl(this IHas @this, string value)
 => @this.Header("Cache-Control", value);
Пример #9
0
 public static IResponse Age(this IHas @this)
 => @this.Header("Age");
Пример #10
0
 public static IResponse Connection(this IHas @this, string value)
 => @this.Header("Connection", value);
Пример #11
0
 public static IResponse CacheControl(this IHas @this)
 => @this.Header("Cache-Control");
Пример #12
0
 public static IResponse Connection(this IHas @this)
 => @this.Header("Connection");
Пример #13
0
 public static IResponse ConnectionClose(this IHas @this)
 => @this.Header("Connection", "close");
Пример #14
0
 public static IResponse Date(this IHas @this)
 => @this.Header("Date");
Пример #15
0
 public static IResponse Via(this IHas @this)
 => @this.Header("Via");
Пример #16
0
 public static IResponse Age(this IHas @this, string value)
 => @this.Header("Age", value);
Пример #17
0
 public static IResponse Vary(this IHas @this)
 => @this.Header("Vary");
Пример #18
0
 public static IResponse Warning(this IHas @this)
 => @this.Header("Warning");
Пример #19
0
 public static IResponse Upgrade(this IHas @this)
 => @this.Header("Upgrade");
Пример #20
0
 public static IResponse Warning(this IHas @this, string value)
 => @this.Header("Warning", value);
Пример #21
0
 public static IResponse TransferEncodingChunked(this IHas @this)
 => @this.Header("Transfer-Encoding", "chunked");
Пример #22
0
 public static IResponse WwwAuthenticate(this IHas @this)
 => @this.Header("WWW-Authenticate");
Пример #23
0
 public static IResponse TransferEncoding(this IHas @this, string value)
 => @this.Header("Transfer-Encoding", value);
Пример #24
0
 public static IResponse WwwAuthenticate(this IHas @this, string value)
 => @this.Header("WWW-Authenticate", value);
Пример #25
0
 public static IResponse Trailer(this IHas @this, string value)
 => @this.Header("Trailer", value);
Пример #26
0
 public static IResponse AcceptRanges(this IHas @this)
 => @this.Header("Accept-Ranges");
Пример #27
0
 public static IResponse Server(this IHas @this, string value)
 => @this.Header("Server", value);
Пример #28
0
 public static IResponse AcceptRanges(this IHas @this, string value)
 => @this.Header("Accept-Ranges", value);
Пример #29
0
 public static IResponse RetryAfter(this IHas @this, string value)
 => @this.Header("Retry-After", value);
Пример #30
0
 public static IResponse ETag(this IHas @this)
 => @this.Header("ETag");