Click or drag to resize

IStreamProvider Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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.)
Public propertyRemoteAddress
address of a remote server this client is connected to.
Top
Methods
  NameDescription
Public methodGetStream
Get a NetworkStream using a TcpClient which is connected.
Top
See Also