diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-09 13:24:57 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-09 13:24:57 -0500 |
| commit | 1a80362a0f04c3cc571456af64f9de19c0c30d2a (patch) | |
| tree | 31916eea422d8ac861aa36a47cae832eee168ad8 /MediaBrowser.Server.Mono/Native/ServerAuthorization.cs | |
| parent | 40897bac1494791e1ec6abcfe85cda27d4664a32 (diff) | |
created common startup project for mono & windows
Diffstat (limited to 'MediaBrowser.Server.Mono/Native/ServerAuthorization.cs')
| -rw-r--r-- | MediaBrowser.Server.Mono/Native/ServerAuthorization.cs | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/MediaBrowser.Server.Mono/Native/ServerAuthorization.cs b/MediaBrowser.Server.Mono/Native/ServerAuthorization.cs deleted file mode 100644 index bd456c88b..000000000 --- a/MediaBrowser.Server.Mono/Native/ServerAuthorization.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System; -using System.Diagnostics; -using System.IO; -using System.Reflection; - -namespace MediaBrowser.ServerApplication.Native -{ - /// <summary> - /// Class Authorization - /// </summary> - public static class ServerAuthorization - { - /// <summary> - /// Authorizes the server. - /// </summary> - /// <param name="httpServerPort">The HTTP server port.</param> - /// <param name="httpServerUrlPrefix">The HTTP server URL prefix.</param> - /// <param name="webSocketPort">The web socket port.</param> - /// <param name="udpPort">The UDP port.</param> - /// <param name="tempDirectory">The temp directory.</param> - public static void AuthorizeServer(int httpServerPort, string httpServerUrlPrefix, int udpPort, string tempDirectory) - { - - } - } -} |
