Multimobile Development: Building Applications for any Smartphone
System.Net.HttpWebRequest Class
Information   Base Types   Related Resources

Provides an HTTP-specific implementation of the WebRequestclass.

  • Namespace: System.Net
  • Assembly: System.dll

  • System.Net.WebRequest
    System.Runtime.Serialization.ISerializable
  • View this type on MSDN
  • Search for this type on MSDN using MSDN's own search engine
  • Google for this type - all Web
  • Google for this type - MSDN only
    Articles (53)Discussions (1258)MembersRotor
    Articles

    Page: 123
    Advanced Basics: Digital Grandma
    MSDN
    Duncan shows you how to build a client application that pulls down new images from a web server onto his mother's machine to give her the functionality of a 'digital photo frame'.
    Authentication of a Web Service Using Microsoft .NET Passport
    MSDN
    This article discusses the issues encountered during the development of the authentication component for the ColdStorage sample Web services
    Blog Reader Add-In for Visual Studio .NET
    The Code Project
    A blog reader, integrated into Visual Studio. Shows a list of blogs, blog entries, and which entries you haven’t read yet
    E Pluriblog Unum: Merging RSS Feeds
    MSDN
    Kent Sharkey describes one technique for merging multiple RSS feeds into a new RSS feed, which enables merging common data into a single source to make it easier for users to find the information they want.
    Extracting files from a remote ZIP archive
    The Code Project
    This article presents a technique to access parts of a ZIP archive stored on a Web Server.
    FIX: The HttpWebRequest class and the WebRequest class do not include the port number in the Request Host header when a nonstandard port is used
    http://www.kbalertz.com/
    (812318) - In Microsoft Visual Studio .NET, the HttpWebRequest class and the WebRequest class do not include the port number in the Request Host header when a nonstandard port is used. If an application uses the HttpWebRequest class or the WebRequest class when...
    How to copy and move objects on a computer that is running Exchange 2000 by using Visual C# .NET, the HttpWebRequest class, and the HttpWebResponse class
    http://www.kbalertz.com/
    (313118) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the "System.Net" namespace to copy and move items on a computer that is running Exchange 2000 Server by using Visual C# .NET.
    How to create a Contact item by using the HttpWebRequest class and the HttpWebResponse class in Visual Basic .NET
    http://www.kbalertz.com/
    (314190) - Describes how to create Contact items on a computer that is running Exchange 2000 by using Visual Basic .NET. Includes a code sample that you can use to create Contact items.
    How to create an Outlook Calendar folder by using the HttpWebRequest class in Visual Basic .NET
    http://www.kbalertz.com/
    (314192) - Describes how to use the HttpWebRequest class and the HttpWebResponse class to create an Outlook Calendar folder. You create this folder on an Exchange 2000 Server by using Visual Basic .NET.
    How to create an Outlook Calendar folder by using WebDAV with Visual C# .NET
    http://www.kbalertz.com/
    (313121) - Describes how to use the HttpWebRequest and HttpWebResponse classes from the System.Net namespace to create an Outlook Calendar folder on Exchange 2000 Server in Visual C# .NET.
    How to create Contact items on a computer that is running Exchange 2000 in Visual C# .NET
    http://www.kbalertz.com/
    (313119) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the System.Net namespace to create Contact items on a computer that is running Exchange 2000 in Visual C# .NET.
    How to delete objects by using WebDAV in Visual C# .NET on a computer that is running Exchange 2000
    http://www.kbalertz.com/
    (313122) - Describes how to use delete objects by using WebDAV in Visual C# .NET on a computer that is running Exchange 2000. Includes sample code that you can use to delete specified objects.
    How to list folders or items in a user's mailbox by using the HttpWebRequest class and the HttpWebResponse class in Visual Basic .NET
    http://www.kbalertz.com/
    (314196) - Describes how to list folders or items in a user's mailbox on a computer that is running Exchange 2000 by using the HttpWebRequest class and the HttpWebResponse class of the "System.Net" namespace.
    How to retrieve an object's properties by using the HttpWebRequest class and the HttpWebResponse class in Visual C# .NET
    http://www.kbalertz.com/
    (313123) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the "System.Net" namespace to retrieve an object's properties on Exchange 2000 in Visual C# .NET.
    How to retrieve an object's security descriptor property by using Visual Basic .NET
    http://www.kbalertz.com/
    (314195) - Describes how to use the HttpWebRequest class and the HttpWebResponse class of the "System.Net" namespace to retrieve the security descriptor property for an object on a computer that is running Exchange 2000.
    How to retrieve the security descriptor of a message by using the HttpWebRequest class and the HttpWebResponse class in Visual C# .NET
    http://www.kbalertz.com/
    (313127) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the "System.Net" namespace to retrieve an object's http://schemas.microsoft.com/exchange/security/descriptor property on Exchange 2000 Server by using Visual C# .NET
    How to send an e-mail message by using WebDAV in Visual C# .NET
    http://www.kbalertz.com/
    (313128) - Describes how to send an e-mail message by using WebDAV in Visual C# .NET. Includes sample code that you can use to send the e-mail message.
    How to use the HttpWebRequest class and the HttpWebResponse class to create appointment items on a computer that is running Exchange 2000 by using Visual C# .NET
    http://www.kbalertz.com/
    (313120) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the System.Net namespace to create an appointment item on a computer that is running Exchange 2000 by using Visual C# .NET.
    How to use the HttpWebRequest class and the HttpWebResponse class to delete an object by using Visual Basic .NET
    http://www.kbalertz.com/
    (314193) - Describes how to use the HttpWebRequest class and the HttpWebResponse class of the "System.Net" namespace to delete an object on a computer that is running Exchange 2000 by using Visual Basic .NET.
    How to use the HttpWebRequest class and the HttpWebResponse class to modify the properties of an object in Visual Basic .NET
    http://www.kbalertz.com/
    (314198) - Provides a Visual Basic .NET code sample to demonstrate how to use the HttpWebRequest class and the HttpWebResponse class from the System.Net namespace to modify the urn:schemas:mailheader:subject property for an item in Exchange 2000 Server
    How to use the HttpWebRequest class and the HttpWebResponse class to retrieve the properties of an object in Visual Basic .NET
    http://www.kbalertz.com/
    (314197) - Describes how to use the HttpWebRequest class and the HttpWebResponse class to retrieve the properties of an object in Visual Basic .NET. Includes a code sample that you can use to retrieve the properties of the object.
    How to use the HttpWebRequest class and the HttpWebResponse class to search for items on a computer that is running Exchange 2000 in Visual C# .NET
    http://www.kbalertz.com/
    (313129) - Describes how to use the HttpWebRequest class and the HttpWebResponse class from the System.Net namespace to search for items on a computer that is running Exchange 2000 in Visual C# .NET.
    How to use the HttpWebRequest class and the HttpWebResponse class to send an e-mail message by using Visual Basic .NET
    http://www.kbalertz.com/
    (314199) - Describes how to send an e-mail message by using the HttpWebRequest class and the HttpWebResponse class. Includes a code sample that you can use to send the e-mail message.
    How To View Graphics Online With WinForms
    DotNetJunkies
    Have you ever needed an image online for a form but you don't want to save it on the local machine. In this example, I will show you a simple way of getting this task done, all by the push of a button.
    How to work with items on an Exchange Server computer by using HttpWebRequest in Visual Basic .NET
    http://www.kbalertz.com/
    (314191) - Contains Visual Basic .NET code samples that demonstrate how to create an Appointment item, how to search for items, and how to copy and move objects on a computer that is running Exchange 2000 Server.
    Ad
    BootFX
    Reliable and powerful .NET application framework.
    iOS, Android and Windows Phone Development Training and Consultancy
    Hosted by RackSRV Communications
     
    Multimobile Development: Building Applications for any Smartphone
    Copyright © AMX Software Ltd 2008-2010. Portions copyright © Matthew Baxter-Reynolds 2001-2010. All rights reserved.
    Contact Us - Terms of Use - Privacy Policy - 4.0.30129.1734