C# 클래스 Microsoft.HockeyApp.Extensions.PortableExtensions45

static extension class for mix extensions on pcl lib
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
GetProperty ( this self, string propertyName ) : PropertyInfo

extension method for type to get a runtime property

GetRequestStreamAsync ( this request ) : Task

get the request stream asynchronously

GetResponseAsync ( this request ) : Task

extension method to get web response async

메소드 상세

GetProperty() 공개 정적인 메소드

extension method for type to get a runtime property
public static GetProperty ( this self, string propertyName ) : PropertyInfo
self this type to get the property from
propertyName string name of the property to retrieve
리턴 System.Reflection.PropertyInfo

GetRequestStreamAsync() 공개 정적인 메소드

get the request stream asynchronously
public static GetRequestStreamAsync ( this request ) : Task
request this the request
리턴 Task

GetResponseAsync() 공개 정적인 메소드

extension method to get web response async
public static GetResponseAsync ( this request ) : Task
request this the webrequest to send
리턴 Task