21 string scheme = uri.Scheme;
30 [
Obsolete(
"Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202")]
96 global::System.Uri uri = this.
m_uri;
102 serializationInfo.
AddValue(
"method", method);
104 serializationInfo.
AddValue(
"contentLength", contentLength);
106 serializationInfo.
AddValue(
"timeout", timeout);
314 string @
string =
SR.
GetString(
"Cannot send a content-body with this verb-type.");
315 string string2 =
SR.
GetString(
"This operation cannot be performed after the request has been submitted.");
317 string string3 =
SR.
GetString(
"Cannot re-call BeginGetRequestStream/BeginGetResponse while a previous call is still in progress.");
347 string @
string =
SR.
GetString(
"Cannot re-call BeginGetRequestStream/BeginGetResponse while a previous call is still in progress.");
379 if (asyncResult !=
null)
385 string @
string =
SR.
GetString(
"The AsyncResult is not valid.");
394 if (asyncResult !=
null)
400 string @
string =
SR.
GetString(
"The AsyncResult is not valid.");
465 if (readerEvent !=
null)
564 if (response ==
null)
568 if (response ==
null)
572 if (response !=
null)
class f__AnonymousType0<< Count > j__TPar
static string GetString(string name, params object[] args)
static WebException RequestAbortedException
override string ContentType
override bool PreAuthenticate
FileWebRequest(global::System.Uri uri)
override long ContentLength
override ICredentials Credentials
LazyAsyncResult m_WriteAResult
override WebHeaderCollection Headers
override IAsyncResult BeginGetRequestStream(AsyncCallback callback, object state)
static WaitCallback s_GetRequestStreamCallback
override WebResponse EndGetResponse(IAsyncResult asyncResult)
FileWebRequest(SerializationInfo serializationInfo, StreamingContext streamingContext)
override global::System.Uri RequestUri
override string ConnectionGroupName
override bool UseDefaultCredentials
override Stream GetRequestStream()
static void GetResponseCallback(object state)
override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
string m_connectionGroupName
override IAsyncResult BeginGetResponse(AsyncCallback callback, object state)
bool CanGetRequestStream()
ICredentials m_credentials
ManualResetEvent m_readerEvent
LazyAsyncResult m_ReadAResult
static WaitCallback s_GetResponseCallback
static void GetRequestStreamCallback(object state)
WebHeaderCollection m_headers
override WebResponse GetResponse()
override Stream EndGetRequestStream(IAsyncResult asyncResult)
static bool IsBlankString(string stringValue)
void AddValue(string name, object value, Type type)
static int Increment(int location)
static void Exit(object obj)
void GetObjectData(SerializationInfo info, StreamingContext context)