Click or drag to resize

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)
Syntax
C#
public interface IStreamProvider : IXmlConfigurable

The IStreamProvider type exposes the following members.

Properties
  NameDescription
Public propertyConfig
The current configuration of the object.
(Inherited from IXmlConfigurable.)
Top
Methods
  NameDescription
Public methodGetStream
Get a NetworkStream using a TcpClient which is connected.
Top
See Also