C# Class SharpCifs.Dcerpc.Msrpc.Srvsvc.ShareGetInfo

Inheritance: DcerpcMessage
Show file Open project: brandonprry/Potato

Public Properties

Property Type Description
Info SharpCifs.Dcerpc.Ndr.NdrObject
Level int
Retval int
Servername string
Sharename string

Public Methods

Method Description
Decode_out ( NdrBuffer src ) : void
Encode_in ( NdrBuffer dst ) : void
GetOpnum ( ) : int
ShareGetInfo ( string servername, string sharename, int level, NdrObject info ) : SharpCifs.Dcerpc.Ndr

Method Details

Decode_out() public method

public Decode_out ( NdrBuffer src ) : void
src SharpCifs.Dcerpc.Ndr.NdrBuffer
return void

Encode_in() public method

public Encode_in ( NdrBuffer dst ) : void
dst SharpCifs.Dcerpc.Ndr.NdrBuffer
return void

GetOpnum() public method

public GetOpnum ( ) : int
return int

ShareGetInfo() public method

public ShareGetInfo ( string servername, string sharename, int level, NdrObject info ) : SharpCifs.Dcerpc.Ndr
servername string
sharename string
level int
info SharpCifs.Dcerpc.Ndr.NdrObject
return SharpCifs.Dcerpc.Ndr

Property Details

Info public property

public NdrObject,SharpCifs.Dcerpc.Ndr Info
return SharpCifs.Dcerpc.Ndr.NdrObject

Level public property

public int Level
return int

Retval public property

public int Retval
return int

Servername public property

public string Servername
return string

Sharename public property

public string Sharename
return string