Files
win8phoneApp/Doc/man/man3/CampusAppWP8_Utility_HttpRequest.3
2013-10-18 09:32:53 +02:00

264 lines
7.0 KiB
Groff

.TH "CampusAppWP8.Utility.HttpRequest" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
.ad l
.nh
.SH NAME
CampusAppWP8.Utility.HttpRequest \-
.PP
Class realize the access of restful \fBHttpRequest\fP\&.
.SH SYNOPSIS
.br
.PP
.PP
Inherits \fBCampusAppWPortalLib8\&.Utility\&.AbstractHttpRequest\fP\&.
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBHttpRequest\fP ()"
.br
.RI "\fIInitializes a new instance of the \fBHttpRequest\fP class\&. \fP"
.ti -1c
.RI "\fBHttpRequest\fP (Uri apiBaseAddress)"
.br
.RI "\fIInitializes a new instance of the \fBHttpRequest\fP class\&. \fP"
.ti -1c
.RI "void \fBHttpGet\fP (Uri url, Action< object, DownloadStringCompletedEventArgs > action)"
.br
.RI "\fIMethod realize the http-get-method resource\&. \fP"
.ti -1c
.RI "void \fBHttpGet\fP (Uri url, Action< object, OpenReadCompletedEventArgs > action)"
.br
.RI "\fIMethod realize the http-get-method resource\&. \fP"
.ti -1c
.RI "void \fBHttpDelete\fP (Uri url, Action< object, DownloadStringCompletedEventArgs > action)"
.br
.RI "\fIMethod realize the http-delete-method\&. \fP"
.ti -1c
.RI "void \fBHttpHead\fP (Uri url, Action< object, DownloadStringCompletedEventArgs > action)"
.br
.RI "\fIMethod realize the http-head-method\&. \fP"
.ti -1c
.RI "void \fBHttpOptions\fP (Uri url, Action< object, DownloadStringCompletedEventArgs > action)"
.br
.RI "\fIMethod realize the http-options-method\&. \fP"
.ti -1c
.RI "void \fBHttpConnect\fP (Uri url, Action< object, DownloadStringCompletedEventArgs > action)"
.br
.RI "\fIMethod realize the http-connect-method\&. \fP"
.ti -1c
.RI "void \fBHttpTrace\fP (Uri url, Action< object, DownloadStringCompletedEventArgs > action)"
.br
.RI "\fIMethod realize the http-trace-method\&. \fP"
.ti -1c
.RI "void \fBHttpPost\fP (Uri url, Action< object, UploadStringCompletedEventArgs > action, string postData)"
.br
.RI "\fIMethod realize the http-post-method\&. \fP"
.ti -1c
.RI "void \fBHttpPut\fP (Uri url, Action< object, UploadStringCompletedEventArgs > action, string putData)"
.br
.RI "\fIMethod realize the http-put-method\&. \fP"
.ti -1c
.RI "void \fBHttpPatch\fP (Uri url, Action< object, UploadStringCompletedEventArgs > action, string patchData)"
.br
.RI "\fIMethod realize the http-patch-method\&. \fP"
.in -1c
.SS "Additional Inherited Members"
.SH "Detailed Description"
.PP
Class realize the access of restful \fBHttpRequest\fP\&.
Stubbfel, 15\&.10\&.2013\&.
.PP
\fBSee Also:\fP
.RS 4
T:CampusAppWPortalLib8\&.Utility\&.AbstractHttpRequest
.PP
.RE
.PP
.SH "Constructor & Destructor Documentation"
.PP
.SS "CampusAppWP8\&.Utility\&.HttpRequest\&.HttpRequest ()"
.PP
Initializes a new instance of the \fBHttpRequest\fP class\&. Stubbfel, 15\&.10\&.2013\&.
.SS "CampusAppWP8\&.Utility\&.HttpRequest\&.HttpRequest (UriapiBaseAddress)"
.PP
Initializes a new instance of the \fBHttpRequest\fP class\&. Stubbfel, 15\&.10\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIapiBaseAddress\fP the url of the \fBHttpRequest\fP base address\&.
.RE
.PP
.SH "Member Function Documentation"
.PP
.SS "void CampusAppWP8\&.Utility\&.HttpRequest\&.HttpConnect (Uriurl, Action< object, DownloadStringCompletedEventArgs >action)"
.PP
Method realize the http-connect-method\&. is not supported by WebClient\&.
.PP
\fBExceptions:\fP
.RS 4
\fINotSupportedException\fP Thrown when the requested operation is not supported\&.
.RE
.PP
\fBParameters:\fP
.RS 4
\fIurl\fP Url of the resource\&.
.br
\fIaction\fP callback method\&.
.RE
.PP
.SS "void CampusAppWP8\&.Utility\&.HttpRequest\&.HttpDelete (Uriurl, Action< object, DownloadStringCompletedEventArgs >action)"
.PP
Method realize the http-delete-method\&. is not supported by WebClient\&.
.PP
\fBExceptions:\fP
.RS 4
\fINotSupportedException\fP Thrown when the requested operation is not supported\&.
.RE
.PP
\fBParameters:\fP
.RS 4
\fIurl\fP Url of the resource\&.
.br
\fIaction\fP callback method\&.
.RE
.PP
.SS "void CampusAppWP8\&.Utility\&.HttpRequest\&.HttpGet (Uriurl, Action< object, DownloadStringCompletedEventArgs >action)"
.PP
Method realize the http-get-method resource\&. Stubbfel, 15\&.10\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIurl\fP Url of the resource\&.
.br
\fIaction\fP callback method\&.
.RE
.PP
.SS "void CampusAppWP8\&.Utility\&.HttpRequest\&.HttpGet (Uriurl, Action< object, OpenReadCompletedEventArgs >action)"
.PP
Method realize the http-get-method resource\&. Stubbfel, 03\&.09\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIurl\fP Url of the resource\&.
.br
\fIaction\fP The action\&.
.RE
.PP
.SS "void CampusAppWP8\&.Utility\&.HttpRequest\&.HttpHead (Uriurl, Action< object, DownloadStringCompletedEventArgs >action)"
.PP
Method realize the http-head-method\&. is not supported by WebClient\&.
.PP
\fBExceptions:\fP
.RS 4
\fINotSupportedException\fP Thrown when the requested operation is not supported\&.
.RE
.PP
\fBParameters:\fP
.RS 4
\fIurl\fP Url of the resource\&.
.br
\fIaction\fP callback method\&.
.RE
.PP
.SS "void CampusAppWP8\&.Utility\&.HttpRequest\&.HttpOptions (Uriurl, Action< object, DownloadStringCompletedEventArgs >action)"
.PP
Method realize the http-options-method\&. is not supported by WebClient\&.
.PP
\fBExceptions:\fP
.RS 4
\fINotSupportedException\fP Thrown when the requested operation is not supported\&.
.RE
.PP
\fBParameters:\fP
.RS 4
\fIurl\fP Url of the resource\&.
.br
\fIaction\fP callback method\&.
.RE
.PP
.SS "void CampusAppWP8\&.Utility\&.HttpRequest\&.HttpPatch (Uriurl, Action< object, UploadStringCompletedEventArgs >action, stringpatchData)"
.PP
Method realize the http-patch-method\&. Stubbfel, 15\&.10\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIurl\fP Url of the resource\&.
.br
\fIaction\fP callback method\&.
.br
\fIpatchData\fP Data which are sending via patch to the \fBHttpRequest\fP\&.
.RE
.PP
.SS "void CampusAppWP8\&.Utility\&.HttpRequest\&.HttpPost (Uriurl, Action< object, UploadStringCompletedEventArgs >action, stringpostData)"
.PP
Method realize the http-post-method\&. Stubbfel, 15\&.10\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIurl\fP Url of the resource\&.
.br
\fIaction\fP callback method\&.
.br
\fIpostData\fP Data which are sending via post to the \fBHttpRequest\fP\&.
.RE
.PP
.SS "void CampusAppWP8\&.Utility\&.HttpRequest\&.HttpPut (Uriurl, Action< object, UploadStringCompletedEventArgs >action, stringputData)"
.PP
Method realize the http-put-method\&. Stubbfel, 15\&.10\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIurl\fP Url of the resource\&.
.br
\fIaction\fP callback method\&.
.br
\fIputData\fP Data which are sending via put to the \fBHttpRequest\fP\&.
.RE
.PP
.SS "void CampusAppWP8\&.Utility\&.HttpRequest\&.HttpTrace (Uriurl, Action< object, DownloadStringCompletedEventArgs >action)"
.PP
Method realize the http-trace-method\&. is not supported by WebClient\&.
.PP
\fBExceptions:\fP
.RS 4
\fINotSupportedException\fP Thrown when the requested operation is not supported\&.
.RE
.PP
\fBParameters:\fP
.RS 4
\fIurl\fP Url of the resource\&.
.br
\fIaction\fP callback method\&.
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for CampusAppW8 from the source code\&.