C# 클래스 Microsoft.WindowsAzure.Samples.CloudServices.Notifications.EndpointController

상속: ApiController
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

보호된 프로퍼티들

프로퍼티 타입 설명
Repository IEndpointRepository

공개 메소드들

메소드 설명
EndpointController ( IEndpointRepository repository ) : System
EndpointController ( IEndpointRepository repository, string>.Func mapUsernameDelegate ) : System
RequestContext ( ) : HttpContext

비공개 메소드들

메소드 설명
Delete ( string applicationId, string tileId, string clientId ) : HttpResponseMessage
Get ( string applicationId, string tileId, string clientId ) : HttpResponseMessage
Get ( ) : IEnumerable
Put ( Endpoint endpoint ) : HttpResponseMessage
WebException ( string message, HttpStatusCode code ) : HttpResponseException

메소드 상세

EndpointController() 공개 메소드

public EndpointController ( IEndpointRepository repository ) : System
repository IEndpointRepository
리턴 System

EndpointController() 공개 메소드

public EndpointController ( IEndpointRepository repository, string>.Func mapUsernameDelegate ) : System
repository IEndpointRepository
mapUsernameDelegate string>.Func
리턴 System

RequestContext() 공개 메소드

public RequestContext ( ) : HttpContext
리턴 System.Web.HttpContext

프로퍼티 상세

Repository 보호되어 있는 프로퍼티

protected IEndpointRepository Repository
리턴 IEndpointRepository