C# 클래스 Microsoft.WindowsAzure.MobileServices.ServiceFilterRequest

Represents an HTTP request that can be manipulated by IServiceFilters and is backed by an HttpWebRequest.
상속: IServiceFilterRequest
파일 보기 프로젝트 열기: xamarin/azure-mobile-services 1 사용 예제들

공개 메소드들

메소드 설명
GetResponse ( ) : Task

Get the HTTP response for this request.

ServiceFilterRequest ( ) : System

Initializes a new instance of the ServiceFilterRequest class.

비공개 메소드들

메소드 설명
CreateHttpWebRequestAsync ( ) : Task

Create an HttpWebRequest that represents the request.

GetResponseAsync ( ) : Task

Get the HTTP response for this request.

메소드 상세

GetResponse() 공개 메소드

Get the HTTP response for this request.
public GetResponse ( ) : Task
리턴 Task

ServiceFilterRequest() 공개 메소드

Initializes a new instance of the ServiceFilterRequest class.
public ServiceFilterRequest ( ) : System
리턴 System