C# Class Brod.Contracts.Requests.Request

Afficher le fichier Open project: paralect/brod Class Usage Examples

Méthodes publiques

Méthode Description
WriteToStream ( BinaryStream buffer ) : void

Méthodes protégées

Méthode Description
Request ( RequestType requestType ) : Brod.Common

Method Details

Request() protected méthode

protected Request ( RequestType requestType ) : Brod.Common
requestType RequestType
Résultat Brod.Common

WriteToStream() public abstract méthode

public abstract WriteToStream ( BinaryStream buffer ) : void
buffer Brod.Common.BinaryStream
Résultat void