C# Class P4API.SafeClientUser

This class overrides the default implementation of ClientUser to divert the unsafe methods to safe ones; the safe methods can then be overridden in your implementation.
Inheritance: ClientUser
Afficher le fichier Open project: csm/monodevelop-perforce

Méthodes publiques

Méthode Description
OutputBinary ( byte data ) : void
OutputBinary ( sbyte data, int length ) : void
OutputText ( sbyte data, int length ) : void
OutputText ( string text ) : void

Method Details

OutputBinary() public méthode

public OutputBinary ( byte data ) : void
data byte
Résultat void

OutputBinary() public méthode

public OutputBinary ( sbyte data, int length ) : void
data sbyte
length int
Résultat void

OutputText() public méthode

public OutputText ( sbyte data, int length ) : void
data sbyte
length int
Résultat void

OutputText() public méthode

public OutputText ( string text ) : void
text string
Résultat void