C# 클래스 Microsoft.AspNet.SignalR.Hubs.SignalProxy

상속: System.Dynamic.DynamicObject, IClientProxy
파일 보기 프로젝트 열기: SignalR/SignalR

공개 메소드들

메소드 설명
Invoke ( string method ) : System.Threading.Tasks.Task
TryGetMember ( GetMemberBinder binder, object &result ) : bool

보호된 메소드들

메소드 설명
GetInvocationData ( string method, object args ) : ClientHubInvocation
SignalProxy ( IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName, string prefix, IList exclude ) : System.Collections.Generic

비공개 메소드들

메소드 설명
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

메소드 상세

GetInvocationData() 보호된 메소드

protected GetInvocationData ( string method, object args ) : ClientHubInvocation
method string
args object
리턴 ClientHubInvocation

Invoke() 공개 메소드

public Invoke ( string method ) : System.Threading.Tasks.Task
method string
리턴 System.Threading.Tasks.Task

SignalProxy() 보호된 메소드

protected SignalProxy ( IConnection connection, IHubPipelineInvoker invoker, string signal, string hubName, string prefix, IList exclude ) : System.Collections.Generic
connection IConnection
invoker IHubPipelineInvoker
signal string
hubName string
prefix string
exclude IList
리턴 System.Collections.Generic

TryGetMember() 공개 메소드

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
리턴 bool