Click or drag to resize
Memcache Constructor (String, Int32, Encoding)
初始化新实例

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public Memcache(
	string host,
	int port,
	Encoding encoding
)

Parameters

host
Type: SystemString

[Missing <param name="host"/> documentation for "M:Adf.Memcache.#ctor(System.String,System.Int32,System.Text.Encoding)"]

port
Type: SystemInt32

[Missing <param name="port"/> documentation for "M:Adf.Memcache.#ctor(System.String,System.Int32,System.Text.Encoding)"]

encoding
Type: System.TextEncoding

[Missing <param name="encoding"/> documentation for "M:Adf.Memcache.#ctor(System.String,System.Int32,System.Text.Encoding)"]

See Also