C# Class NetWrok.HTTP.RC4.Arc4Stream

Show file Open project: simonwittber/netwrok-client

Public Properties

Property Type Description
i byte
j byte
s byte[]

Public Methods

Method Description
Arc4Stream ( ) : System.Collections.Generic

Method Details

Arc4Stream() public method

public Arc4Stream ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

i public property

public byte i
return byte

j public property

public byte j
return byte

s public property

public byte[] s
return byte[]