PipeStreamImpersonationWorker 대리자

정의

클라이언트로 호출할 메서드를 나타냅니다.

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

설명

이 대리자를 사용하여 클라이언트를 가장할 때 호출할 메서드를 지정합니다. 연결 클라이언트의 권한은 원격 서버에 적용됩니다. 예를 들어 연결 클라이언트가 서버에서 파일의 내용을 요청하려고 하면 클라이언트는 열기에 충분한 권한이 있는 파일만 요청할 수 있습니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상