PipeStreamImpersonationWorker Delegate

Definition

Represents the method to call as the client.

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

Remarks

Use this delegate to specify a method to call when impersonating the client. The connecting client's permissions are applied to the remote server. For example, if the connecting client tries to request the contents of a file on the server, the client can request only files that it has sufficient permissions to open.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to