Property | Type | Description | |
---|---|---|---|
Repository | IEndpointRepository |
Method | Description | |
---|---|---|
EndpointController ( IEndpointRepository repository ) : System | ||
EndpointController ( IEndpointRepository repository, string>.Func |
||
RequestContext ( ) : |
Method | Description | |
---|---|---|
Delete ( string applicationId, string tileId, string clientId ) : |
||
Get ( string applicationId, string tileId, string clientId ) : HttpResponseMessage |
||
Get ( ) : IEnumerable |
||
Put ( Endpoint endpoint ) : HttpResponseMessage |
||
WebException ( string message, HttpStatusCode code ) : HttpResponseException |
public EndpointController ( IEndpointRepository repository ) : System | ||
repository | IEndpointRepository | |
return | System |
public EndpointController ( IEndpointRepository repository, string>.Func |
||
repository | IEndpointRepository | |
mapUsernameDelegate | string>.Func | |
return | System |
public RequestContext ( ) : |
||
return |