EmptyJavaScriptProxyGenerator Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Hubs.EmptyJavaScriptProxyGenerator
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class EmptyJavaScriptProxyGenerator _
Implements IJavaScriptProxyGenerator
'Usage
Dim instance As EmptyJavaScriptProxyGenerator
public class EmptyJavaScriptProxyGenerator : IJavaScriptProxyGenerator
public ref class EmptyJavaScriptProxyGenerator : IJavaScriptProxyGenerator
type EmptyJavaScriptProxyGenerator =
class
interface IJavaScriptProxyGenerator
end
public class EmptyJavaScriptProxyGenerator implements IJavaScriptProxyGenerator
The EmptyJavaScriptProxyGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EmptyJavaScriptProxyGenerator |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GenerateProxy | |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.