C# Class SharpCifs.Dcerpc.Msrpc.Netdfs.DfsStorageInfo

Inheritance: SharpCifs.Dcerpc.Ndr.NdrObject
Show file Open project: brandonprry/Potato

Public Properties

Property Type Description
ServerName string
ShareName string
State int

Public Methods

Method Description
Decode ( NdrBuffer src ) : void
Encode ( NdrBuffer dst ) : void

Method Details

Decode() public method

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

Encode() public method

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

Property Details

ServerName public property

public string ServerName
return string

ShareName public property

public string ShareName
return string

State public property

public int State
return int