Partager via


ServiceEnvironmentStream Classe

Définition

public ref class ServiceEnvironmentStream : System::IO::Stream
public class ServiceEnvironmentStream : System.IO.Stream
type ServiceEnvironmentStream = class
    inherit Stream
Public Class ServiceEnvironmentStream
Inherits Stream
Héritage
ServiceEnvironmentStream

Constructeurs

ServiceEnvironmentStream(Stream)

Propriétés

CanRead
CanSeek
CanWrite
Length
Position

Méthodes

BeginRead(Byte[], Int32, Int32, AsyncCallback, Object)
BeginWrite(Byte[], Int32, Int32, AsyncCallback, Object)
Close()
EndRead(IAsyncResult)
EndWrite(IAsyncResult)
Flush()
Read(Byte[], Int32, Int32)
ReadByte()
Seek(Int64, SeekOrigin)
SetLength(Int64)
Write(Byte[], Int32, Int32)
WriteByte(Byte)

S’applique à