ITransport 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.
A transport format used when writing data to the wire.
public interface ITransport : IDisposable
type ITransport = interface
interface IDisposable
Public Interface ITransport
Implements IDisposable
- Derived
- Implements
Properties
IsConnected |
Gets a value indicating whether the transport is connected. |
Methods
Close() |
Closes the transport. |