C# Класс WLWWorkaround.WLWService

Показать файл Открыть проект

Открытые методы

Метод Описание
Authenticate ( string Username, string Password, int ExpiresInMinutes, IContainer Container, System.Web.HttpContextBase CurrentContext ) : bool

Authenticates a user and enableds the Windows Live Writer workaround

Disable ( System.Web.HttpContextBase CurrentContext ) : void

Disables the Windows Live Writer workaround

IsActive ( System.Web.HttpContextBase CurrentContext ) : bool
SetWLWUserIfAvailable ( HttpContext CurrentContext ) : void

Описание методов

Authenticate() публичный статический Метод

Authenticates a user and enableds the Windows Live Writer workaround
public static Authenticate ( string Username, string Password, int ExpiresInMinutes, IContainer Container, System.Web.HttpContextBase CurrentContext ) : bool
Username string
Password string
ExpiresInMinutes int Number of minutes to keep the workaround alive
Container IContainer
CurrentContext System.Web.HttpContextBase
Результат bool

Disable() публичный статический Метод

Disables the Windows Live Writer workaround
public static Disable ( System.Web.HttpContextBase CurrentContext ) : void
CurrentContext System.Web.HttpContextBase
Результат void

IsActive() публичный статический Метод

public static IsActive ( System.Web.HttpContextBase CurrentContext ) : bool
CurrentContext System.Web.HttpContextBase
Результат bool

SetWLWUserIfAvailable() публичный статический Метод

public static SetWLWUserIfAvailable ( HttpContext CurrentContext ) : void
CurrentContext System.Web.HttpContext
Результат void