diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-16 21:45:00 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-16 21:45:00 -0400 |
| commit | fee76097f44d0f11356e4a559df9178063b1bf29 (patch) | |
| tree | ff98807bebecb5ab4dec4b0b035b7031e5116a89 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 5bc6c08a0aead61ef8e7566916fbe36a4dc5bd3d (diff) | |
Remove CanConnectWithHttps Property
It is only used in one place and only adds confusion by existing
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 7742279f7..d999f76db 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -44,12 +44,6 @@ namespace MediaBrowser.Controller bool ListenWithHttps { get; } /// <summary> - /// Gets a value indicating whether a client can connect to the server over HTTPS, either directly or via a - /// reverse proxy. - /// </summary> - bool CanConnectWithHttps { get; } - - /// <summary> /// Gets a value indicating whether this instance has update available. /// </summary> /// <value><c>true</c> if this instance has update available; otherwise, <c>false</c>.</value> |
