diff options
| author | Claus Vium <clausvium@gmail.com> | 2019-02-27 08:02:32 +0100 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-02-27 08:02:32 +0100 |
| commit | 25d3d0b731db793e4afc39ff40e0b6a1a27d6ad8 (patch) | |
| tree | c84212412c5f257d13f60353c6f3a16f889cc0d4 /MediaBrowser.Model/Services/IRequest.cs | |
| parent | 77addb22835478a32c1133cfd69ae0da2ec5edea (diff) | |
Remove some unused stuff
Diffstat (limited to 'MediaBrowser.Model/Services/IRequest.cs')
| -rw-r--r-- | MediaBrowser.Model/Services/IRequest.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Model/Services/IRequest.cs b/MediaBrowser.Model/Services/IRequest.cs index c7dccdb6f..0fd4ea37b 100644 --- a/MediaBrowser.Model/Services/IRequest.cs +++ b/MediaBrowser.Model/Services/IRequest.cs @@ -62,11 +62,6 @@ namespace MediaBrowser.Model.Services string AbsoluteUri { get; } /// <summary> - /// The Remote Ip as reported by Request.UserHostAddress - /// </summary> - string UserHostAddress { get; } - - /// <summary> /// The Remote Ip as reported by X-Forwarded-For, X-Real-IP or Request.UserHostAddress /// </summary> string RemoteIp { get; } @@ -76,11 +71,6 @@ namespace MediaBrowser.Model.Services /// </summary> string Authorization { get; } - /// <summary> - /// e.g. is https or not - /// </summary> - bool IsSecureConnection { get; } - string[] AcceptTypes { get; } string PathInfo { get; } |
