C# Class RightpointLabs.Pourcast.Infrastructure.Services.YammerMessagePoster.HttpUploadHelper

Afficher le fichier Open project: RightpointLabs/Pourcast

Méthodes publiques

Méthode Description
Upload ( HttpWebRequest req, UploadFile files, NameValueCollection form ) : HttpWebResponse
Upload ( string url, UploadFile files, NameValueCollection form ) : string

Private Methods

Méthode Description
HttpUploadHelper ( ) : System

Method Details

Upload() public static méthode

public static Upload ( HttpWebRequest req, UploadFile files, NameValueCollection form ) : HttpWebResponse
req System.Net.HttpWebRequest
files UploadFile
form System.Collections.Specialized.NameValueCollection
Résultat System.Net.HttpWebResponse

Upload() public static méthode

public static Upload ( string url, UploadFile files, NameValueCollection form ) : string
url string
files UploadFile
form System.Collections.Specialized.NameValueCollection
Résultat string