IStreamProvider Interface |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
IStreamProvider provides an abstraction for configuring an getting
NetworkStreams for the TcpInitiator.
INetworkStreamFactories are provided by the StreamProviderFactory.
Namespace:
Tangosol.Net
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic interface IStreamProvider : IXmlConfigurable
The IStreamProvider type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | GetStream |
Get a NetworkStream using a TcpClient which is connected.
|
Top
See Also