Share via


IStreamDirectionFeature Interface

Definition

The direction of a connection stream

public interface class IStreamDirectionFeature
public interface IStreamDirectionFeature
type IStreamDirectionFeature = interface
Public Interface IStreamDirectionFeature

Properties

Name Description
CanRead

Gets whether or not the connection stream can be read.

CanWrite

Gets whether or not the connection stream can be written.

Applies to