Method | Description | |
---|---|---|
AddCredential ( |
||
RemoveCredential ( |
||
Server ( string name ) : System | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
AddTxtRecords ( ITxtRecord record ) : void | ||
HandleRequest ( Socket client, string username, string path, |
||
RegisterService ( ) : void | ||
UnregisterService ( ) : void |
Method | Description | |
---|---|---|
ExpireSessions ( ) : void | ||
GetServerInfoNode ( ) : |
||
OnHandleRequest ( Socket client, string username, string path, |
||
OnRegisterServiceResponse ( object o, Mono.Zeroconf.RegisterServiceEventArgs args ) : void | ||
OnUserLogin ( |
||
OnUserLogout ( |
public AddCredential ( |
||
cred | ||
return | void |
protected AddTxtRecords ( ITxtRecord record ) : void | ||
record | ITxtRecord | |
return | void |
protected abstract HandleRequest ( Socket client, string username, string path, |
||
client | Socket | |
username | string | |
path | string | |
query | ||
range | int | |
delta | int | |
clientRev | int | |
return | bool |
public RemoveCredential ( |
||
cred | ||
return | void |