HttpPolicyDownloaderProtocol Class

Definition

Caution

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Downloads the policy file that an instance of the Socket class will use.

public ref class HttpPolicyDownloaderProtocol
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public class HttpPolicyDownloaderProtocol
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type HttpPolicyDownloaderProtocol = class
Public Class HttpPolicyDownloaderProtocol
Inheritance
HttpPolicyDownloaderProtocol
Attributes

Constructors

HttpPolicyDownloaderProtocol(Uri, IPAddress)
Obsolete.

Initializes a new instance of the HttpPolicyDownloaderProtocol class.

Properties

Result
Obsolete.

Gets the result of the download of the socket policy file.

Methods

Abort()
Obsolete.

Abort the download of the policy file.

BeginDownload(SecurityCriticalAction)
Obsolete.

Begin the download of the policy file.

DownloadCallback(IAsyncResult)
Obsolete.

The download callback function to receive the results.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ReadCallback(IAsyncResult)
Obsolete.

The read callback function to read the policy file.

RegisterUnsafeWebRequestCreator(IUnsafeWebRequestCreate)
Obsolete.

Registers an object to creates an unsafe WebRequest to a Uniform Resource Identifier (URI).

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to