IInboundHandler Interface
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 interface class IInboundHandler : IDisposable, Microsoft::ServiceModel::Channels::Common::IConnectionHandler
public interface IInboundHandler : IDisposable, Microsoft.ServiceModel.Channels.Common.IConnectionHandler
type IInboundHandler = interface
interface IConnectionHandler
interface IDisposable
Public Interface IInboundHandler
Implements IConnectionHandler, IDisposable
- Derived
- Implements
Methods
StartListener(String[], TimeSpan) | |
StopListener(TimeSpan) | |
TryReceive(TimeSpan, Message, IInboundReply) | |
WaitForMessage(TimeSpan) |