InboundReply Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class InboundReply abstract : IDisposable, Microsoft::ServiceModel::Channels::Common::IInboundReply
public abstract class InboundReply : IDisposable, Microsoft.ServiceModel.Channels.Common.IInboundReply
type InboundReply = class
interface IInboundReply
interface IDisposable
Public MustInherit Class InboundReply
Implements IDisposable, IInboundReply
- Inheritance
-
InboundReply
- Implements
Constructors
InboundReply() |
Methods
Abort() | |
BeginReply(Message, TimeSpan, AsyncCallback, Object) | |
Dispose() | |
Dispose(Boolean) | |
EndReply(IAsyncResult) | |
Reply(Message, TimeSpan) |