RequestContext Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The RequestContext type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows Phone Abort When overridden in a derived class, aborts processing the request associated with the context.
Public methodSupported by Silverlight for Windows Phone BeginReply(Message, AsyncCallback, Object) When overridden in a derived class, begins an asynchronous operation to reply to the request associated with the current context.
Public methodSupported by Silverlight for Windows Phone BeginReply(Message, TimeSpan, AsyncCallback, Object) When overridden in a derived class, begins an asynchronous operation to reply to the request associated with the current context within a specified interval of time.
Public methodSupported by Silverlight for Windows Phone Close() When overridden in a derived class, closes the operation that is replying to the request context associated with the current context.
Public methodSupported by Silverlight for Windows Phone Close(TimeSpan) When overridden in a derived class, closes the operation that is replying to the request context associated with the current context within a specified interval of time.
Protected methodSupported by Silverlight for Windows Phone Dispose Releases resources associated with the context.
Public methodSupported by Silverlight for Windows Phone EndReply When overridden in a derived class, completes an asynchronous operation to reply to a request message.
Public methodSupported by Silverlight for Windows Phone Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone Reply(Message) When overridden in a derived class, replies to a request message.
Public methodSupported by Silverlight for Windows Phone Reply(Message, TimeSpan) When overridden in a derived class, replies to a request message within a specified interval of time.
Public methodSupported by Silverlight for Windows Phone ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows Phone IDisposable.Dispose Releases both managed and unmanaged resources associated with the context.

Top