PipeStreamImpersonationWorker 代理人

定義

表示要以用戶端身分呼叫的方法。

public delegate void PipeStreamImpersonationWorker();
public delegate void PipeStreamImpersonationWorker();
type PipeStreamImpersonationWorker = delegate of unit -> unit
Public Delegate Sub PipeStreamImpersonationWorker()

備註

使用此委派來指定模擬用戶端時要呼叫的方法。 線上客戶端的許可權會套用至遠端伺服器。 例如,如果連線客戶端嘗試要求伺服器上的檔案內容,用戶端只能要求具有足夠許可權的檔案才能開啟。

擴充方法

GetMethodInfo(Delegate)

取得表示特定委派所代表之方法的物件。

適用於