Свойство | Тип | Описание | |
---|---|---|---|
DefaultOemEncoding | string | ||
signalHandler | |||
signalHandlerClient |
Метод | Описание | |
---|---|---|
Get ( string key ) : object |
Retrieve a property as an Retrieve a property as an |
|
GetBoolean ( string key, bool def ) : bool |
Retrieve a boolean value. Retrieve a boolean value. If the property is not found, the value of |
|
GetInetAddress ( string key, |
Retrieve an Retrieve an |
|
GetInetAddressArray ( string key, string delim, |
Retrieve an array of InetAddress created from a property value containting a delim separated list of hostnames and/or ipaddresses. Retrieve an array of InetAddress created from a property value containting a delim separated list of hostnames and/or ipaddresses. |
|
GetInt ( string key ) : int |
Retrieve an Retrieve an |
|
GetInt ( string key, int def ) : int |
Retrieve an Retrieve an |
|
GetLocalHost ( ) : |
||
GetLong ( string key, long def ) : long |
Retrieve a Retrieve a |
|
GetProperty ( string key ) : string |
Retrieve a Retrieve a |
|
GetProperty ( string key, string def ) : string |
Retrieve a Retrieve a |
|
Load ( |
Load the Load the |
|
RegisterSmbURLHandler ( ) : void |
This static method registers the SMB URL protocol handler which is required to use SMB URLs with the java.net.URL class. This static method registers the SMB URL protocol handler which is required to use SMB URLs with the java.net.URL class. If this method is not called before attempting to create an SMB URL with the URL class the following exception will occur: Exception MalformedURLException: unknown protocol: smb at java.net.URL. |
|
SetProperties ( |
Set the default properties of the static Properties used by Config. Set the default properties of the static Properties used by Config. This permits a different Properties object/file to be used as the source of properties for use by the jCIFS library. The Properties must be set before jCIFS classes are accessed as most jCIFS classes load properties statically once. Using this method will also override properties loaded using the -Djcifs.properties= commandline parameter. |
|
SetProperty ( string key, string value ) : void |
Add a property. Add a property. |
|
Store ( SharpCifs.Util.Sharpen.OutputStream output, string header ) : void | ||
getNtlmContextFactory ( ) : INtlmContextFactory | ||
setNtlmContextFactory ( INtlmContextFactory factory ) : void |
Метод | Описание | |
---|---|---|
Config ( ) : System |
public static Get ( string key ) : object | ||
key | string | |
Результат | object |
public static GetBoolean ( string key, bool def ) : bool | ||
key | string | |
def | bool | |
Результат | bool |
public static GetInetAddress ( string key, |
||
key | string | |
def | ||
Результат |
public static GetInetAddressArray ( string key, string delim, |
||
key | string | |
delim | string | |
def | ||
Результат | System.Net.IPAddress[] |
public static GetInt ( string key ) : int | ||
key | string | |
Результат | int |
public static GetInt ( string key, int def ) : int | ||
key | string | |
def | int | |
Результат | int |
public static GetLocalHost ( ) : |
||
Результат |
public static GetLong ( string key, long def ) : long | ||
key | string | |
def | long | |
Результат | long |
public static GetProperty ( string key ) : string | ||
key | string | |
Результат | string |
public static GetProperty ( string key, string def ) : string | ||
key | string | |
def | string | |
Результат | string |
public static Load ( |
||
input | ||
Результат | void |
public static RegisterSmbURLHandler ( ) : void | ||
Результат | void |
public static SetProperties ( |
||
prp | ||
Результат | void |
public static SetProperty ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public static Store ( SharpCifs.Util.Sharpen.OutputStream output, string header ) : void | ||
output | SharpCifs.Util.Sharpen.OutputStream | |
header | string | |
Результат | void |
public static getNtlmContextFactory ( ) : INtlmContextFactory | ||
Результат | INtlmContextFactory |
public static setNtlmContextFactory ( INtlmContextFactory factory ) : void | ||
factory | INtlmContextFactory | |
Результат | void |
public static string DefaultOemEncoding | ||
Результат | string |
public static AutoResetEvent,System.Threading signalHandler | ||
Результат |