diff --git a/api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod-1.html b/api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod-1.html new file mode 100644 index 000000000..9d66ea4ea --- /dev/null +++ b/api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod-1.html @@ -0,0 +1,188 @@ + + + + + + + IMagicOnionGrpcMethod<TService> Interface + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/MagicOnion.Server.MethodHandlerOptions.html b/api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html similarity index 58% rename from api/MagicOnion.Server.MethodHandlerOptions.html rename to api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html index f6d6ea0c0..3ceff2fff 100644 --- a/api/MagicOnion.Server.MethodHandlerOptions.html +++ b/api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html @@ -4,10 +4,10 @@ - MethodHandlerOptions Class + <title>IMagicOnionGrpcMethod Interface | MagicOnion - @@ -71,26 +71,20 @@
-
+
-

MethodHandlerOptions Class +

IMagicOnionGrpcMethod Interface

-
Namespace: MagicOnion.Server
+
Namespace: MagicOnion.Server.Binder
Assembly: MagicOnion.Server.dll
-

Options for MethodHandler construction.

-
+
-
public class MethodHandlerOptions : object
+
public interface IMagicOnionGrpcMethod
-
-
Inheritance
- System.Object → - MethodHandlerOptions -
@@ -99,7 +93,7 @@
Inheritance

Members

-

Constructors +

Properties

@@ -111,65 +105,57 @@

Constructors

- -
- MethodHandlerOptions(MagicOnionOptions) + Metadata
-

Properties -

- - - - - - - -
NameDescription
- EnableCurrentContext + MethodName
- GlobalFilters + MethodType
- IsReturnExceptionStackTraceInErrorDetail + ServiceImplementationType
- MessageSerializer + ServiceName
-

Constructors +

Properties

- -

MethodHandlerOptions(MagicOnionOptions)

+ +

Metadata

-
public MethodHandlerOptions(MagicOnionOptions options)
+
MethodHandlerMetadata Metadata { get; }
+ + + +
-
Parameters
+
Property Value
-
options MagicOnionOptions
+
MethodHandlerMetadata
@@ -181,21 +167,15 @@
Parameters
- - - -
-

Properties -

- -

EnableCurrentContext

+ +

MethodName

-
public bool EnableCurrentContext { get; }
+
string MethodName { get; }
@@ -205,7 +185,7 @@

Property Value

-
System.Boolean
+
System.String
@@ -219,13 +199,13 @@
Property Value
- -

GlobalFilters

+ +

MethodType

-
public IList<MagicOnionServiceFilterDescriptor> GlobalFilters { get; }
+
MethodType MethodType { get; }
@@ -235,7 +215,7 @@

Property Value

-
IList<MagicOnionServiceFilterDescriptor>
+
MethodType
@@ -249,13 +229,13 @@
Property Value
- -

IsReturnExceptionStackTraceInErrorDetail

+ +

ServiceImplementationType

-
public bool IsReturnExceptionStackTraceInErrorDetail { get; }
+
Type ServiceImplementationType { get; }
@@ -265,7 +245,7 @@

Property Value

-
System.Boolean
+
Type
@@ -279,13 +259,13 @@
Property Value
- -

MessageSerializer

+ +

ServiceName

-
public IMagicOnionSerializerProvider MessageSerializer { get; }
+
string ServiceName { get; }
@@ -295,7 +275,7 @@

Property Value

-
IMagicOnionSerializerProvider
+
System.String
diff --git a/api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html b/api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html new file mode 100644 index 000000000..39fa5927e --- /dev/null +++ b/api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html @@ -0,0 +1,389 @@ + + + + + + + IMagicOnionGrpcMethodBinder<TService> Interface + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/MagicOnion.Server.MagicOnionServiceDefinition.html b/api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.html similarity index 59% rename from api/MagicOnion.Server.MagicOnionServiceDefinition.html rename to api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.html index 52b3d9e21..8f35233b9 100644 --- a/api/MagicOnion.Server.MagicOnionServiceDefinition.html +++ b/api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.html @@ -4,10 +4,10 @@ - MagicOnionServiceDefinition Class + <title>IMagicOnionGrpcMethodProvider Interface | MagicOnion - @@ -71,25 +71,20 @@
-
+
-

MagicOnionServiceDefinition Class +

IMagicOnionGrpcMethodProvider Interface

-
Namespace: MagicOnion.Server
+
Namespace: MagicOnion.Server.Binder
Assembly: MagicOnion.Server.dll
-
public class MagicOnionServiceDefinition : object
+
public interface IMagicOnionGrpcMethodProvider
-
-
Inheritance
- System.Object → - MagicOnionServiceDefinition -
@@ -98,7 +93,7 @@
Inheritance

Members

-

Constructors +

Methods

@@ -110,60 +105,54 @@

Constructors

- -
- MagicOnionServiceDefinition(IReadOnlyList<MethodHandler>, IReadOnlyList<StreamingHubHandler>) + GetGrpcMethods<TService>()
-

Properties -

- - - - - - - -
NameDescription
- MethodHandlers + GetStreamingHubMethods<TService>()
- StreamingHubHandlers + MapAllSupportedServiceTypes(MagicOnionGrpcServiceMappingContext)
-

Constructors +

Methods

- -

MagicOnionServiceDefinition(IReadOnlyList<MethodHandler>, IReadOnlyList<StreamingHubHandler>)

+ +

GetGrpcMethods<TService>()

-
public MagicOnionServiceDefinition(IReadOnlyList<MethodHandler> handlers, IReadOnlyList<StreamingHubHandler> streamingHubHandlers)
+
IReadOnlyList<IMagicOnionGrpcMethod> GetGrpcMethods<TService>()
+    where TService : class
+
-
Parameters
+
Returns
-
handlers IReadOnlyList<MethodHandler>
-
-
streamingHubHandlers IReadOnlyList<StreamingHubHandler>
+
IReadOnlyList<IMagicOnionGrpcMethod>
- +
+
Type Parameters
+
+
TService
+
+
+
@@ -175,26 +164,30 @@
Parameters
-

Properties -

- -

MethodHandlers

+ +

GetStreamingHubMethods<TService>()

-
public IReadOnlyList<MethodHandler> MethodHandlers { get; }
+
IReadOnlyList<IMagicOnionStreamingHubMethod> GetStreamingHubMethods<TService>()
+    where TService : class
- - +
+
Returns
+
+
IReadOnlyList<IMagicOnionStreamingHubMethod>
+
+
+
-
Property Value
+
Type Parameters
-
IReadOnlyList<MethodHandler>
+
TService
@@ -206,25 +199,23 @@
Property Value
+ +
- -

StreamingHubHandlers

+ +

MapAllSupportedServiceTypes(MagicOnionGrpcServiceMappingContext)

-
public IReadOnlyList<StreamingHubHandler> StreamingHubHandlers { get; }
+
void MapAllSupportedServiceTypes(MagicOnionGrpcServiceMappingContext context)
- - - -
-
Property Value
+
Parameters
-
IReadOnlyList<StreamingHubHandler>
+
context MagicOnionGrpcServiceMappingContext
@@ -236,6 +227,10 @@
Property Value
+ + + +
diff --git a/api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.html b/api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html similarity index 61% rename from api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.html rename to api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html index b53be6849..6e4a08952 100644 --- a/api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.html +++ b/api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html @@ -4,10 +4,10 @@ - MethodHandler.UniqueEqualityComparer Class + <title>IMagicOnionStreamingHubMethod Interface | MagicOnion - @@ -71,25 +71,20 @@
-
+
-

MethodHandler.UniqueEqualityComparer Class +

IMagicOnionStreamingHubMethod Interface

-
Namespace: MagicOnion.Server
+
Namespace: MagicOnion.Server.Binder
Assembly: MagicOnion.Server.dll
-
public class UniqueEqualityComparer : IEqualityComparer<MethodHandler>
+
public interface IMagicOnionStreamingHubMethod
-
-
Inheritance
- System.Object → - MethodHandler.UniqueEqualityComparer -
@@ -110,7 +105,19 @@

Properties - Instance + Metadata + + + + + + MethodName + + + + + + ServiceName @@ -128,13 +135,7 @@

Methods - Equals(MethodHandler, MethodHandler) - - - - - - GetHashCode(MethodHandler) + InvokeAsync(StreamingHubContext) @@ -144,13 +145,13 @@

Methods

Properties

- -

Instance

+ +

Metadata

-
public static MethodHandler.UniqueEqualityComparer Instance { get; }
+
StreamingHubMethodHandlerMetadata Metadata { get; }
@@ -160,7 +161,7 @@

Property Value
-
MethodHandler.UniqueEqualityComparer
+
StreamingHubMethodHandlerMetadata
@@ -173,32 +174,54 @@
Property Value
-

Methods -

- -

Equals(MethodHandler, MethodHandler)

+ +

MethodName

-
public bool Equals(MethodHandler x, MethodHandler y)
+
string MethodName { get; }
+ + + +
-
Parameters
+
Property Value
-
x MethodHandler
-
-
y MethodHandler
+
System.String
+ + + + + + + +
-
Returns
+ +

ServiceName

+
+
+ +
+
string ServiceName { get; }
+
+ + + + + +
+
Property Value
-
System.Boolean
+
System.String
@@ -210,24 +233,23 @@
Returns
- - -
+

Methods +

- -

GetHashCode(MethodHandler)

+ +

InvokeAsync(StreamingHubContext)

-
public int GetHashCode(MethodHandler obj)
+
ValueTask InvokeAsync(StreamingHubContext context)
Parameters
-
obj MethodHandler
+
context StreamingHubContext
@@ -235,7 +257,7 @@
Parameters
Returns
-
System.Int32
+
ValueTask
diff --git a/api/MagicOnion.Server.Binder.IMagicOnionUnaryMethod-5.html b/api/MagicOnion.Server.Binder.IMagicOnionUnaryMethod-5.html new file mode 100644 index 000000000..2c8d09eb7 --- /dev/null +++ b/api/MagicOnion.Server.Binder.IMagicOnionUnaryMethod-5.html @@ -0,0 +1,207 @@ + + + + + + + IMagicOnionUnaryMethod<TService, TRequest, TResponse, TRawRequest, TRawResponse> Interface + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html b/api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html new file mode 100644 index 000000000..ea9a6a1a0 --- /dev/null +++ b/api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html @@ -0,0 +1,506 @@ + + + + + + + MagicOnionClientStreamingMethod<TService, TRequest, TResponse, TRawRequest, TRawResponse> Class + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html b/api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html new file mode 100644 index 000000000..e94dab558 --- /dev/null +++ b/api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html @@ -0,0 +1,544 @@ + + + + + + + MagicOnionDuplexStreamingMethod<TService, TRequest, TResponse, TRawRequest, TRawResponse> Class + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext.html b/api/MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext.html new file mode 100644 index 000000000..90fa5fccf --- /dev/null +++ b/api/MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext.html @@ -0,0 +1,136 @@ + + + + + + + MagicOnionGrpcServiceMappingContext Class + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html b/api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html new file mode 100644 index 000000000..70c554dbe --- /dev/null +++ b/api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html @@ -0,0 +1,508 @@ + + + + + + + MagicOnionServerStreamingMethod<TService, TRequest, TResponse, TRawRequest, TRawResponse> Class + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html b/api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html new file mode 100644 index 000000000..85a4dcf31 --- /dev/null +++ b/api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html @@ -0,0 +1,449 @@ + + + + + + + MagicOnionStreamingHubConnectMethod<TService> Class + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html b/api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html new file mode 100644 index 000000000..31a5539ff --- /dev/null +++ b/api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html @@ -0,0 +1,506 @@ + + + + + + + MagicOnionStreamingHubMethod<TService, TRequest> Class + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html b/api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html new file mode 100644 index 000000000..e4ac9153c --- /dev/null +++ b/api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html @@ -0,0 +1,468 @@ + + + + + + + MagicOnionStreamingHubMethod<TService, TRequest, TResponse> Class + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/MagicOnion.Server.Binder.MagicOnionUnaryMethodBase-5.html b/api/MagicOnion.Server.Binder.MagicOnionUnaryMethodBase-5.html new file mode 100644 index 000000000..81fda8f73 --- /dev/null +++ b/api/MagicOnion.Server.Binder.MagicOnionUnaryMethodBase-5.html @@ -0,0 +1,151 @@ + + + + + + + MagicOnionUnaryMethodBase<TService, TRequest, TResponse, TRawRequest, TRawResponse> Class + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/MagicOnion.Server.Binder.html b/api/MagicOnion.Server.Binder.html new file mode 100644 index 000000000..05c152889 --- /dev/null +++ b/api/MagicOnion.Server.Binder.html @@ -0,0 +1,144 @@ + + + + + + + MagicOnion.Server.Binder Namespace + | MagicOnion + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html b/api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html index e54e54d3d..997cb4eef 100644 --- a/api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html +++ b/api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html @@ -108,6 +108,12 @@

Methods + + + AddStreamingHubMethod(ILogger, String, String, Int32) + + + BeginBuildServiceDefinition(ILogger) @@ -228,6 +234,18 @@

Methods + + + ServiceMethodDiscovered(ILogger, String, String) + + + + + + ServiceMethodNotDiscovered(ILogger, String) + + + ShutdownHeartbeatTimer(ILogger, String) @@ -252,6 +270,42 @@

Methods

Methods

+ +

AddStreamingHubMethod(ILogger, String, String, Int32)

+
+
+ +
+
public static void AddStreamingHubMethod(ILogger logger, string hubName, string methodName, int methodId)
+
+ +
+
Parameters
+
+
logger ILogger
+
+
hubName System.String
+
+
methodName System.String
+
+
methodId System.Int32
+
+
+
+ + + + + + + + + + + + +
+

BeginBuildServiceDefinition(ILogger)

@@ -950,6 +1004,72 @@
Parameters
+
+
+ +

ServiceMethodDiscovered(ILogger, String, String)

+
+
+ +
+
public static void ServiceMethodDiscovered(ILogger logger, string serviceName, string methodProviderName)
+
+ +
+
Parameters
+
+
logger ILogger
+
+
serviceName System.String
+
+
methodProviderName System.String
+
+
+
+ + + + + + + + + + + + +
+
+ +

ServiceMethodNotDiscovered(ILogger, String)

+
+
+ +
+
public static void ServiceMethodNotDiscovered(ILogger logger, string serviceName)
+
+ +
+
Parameters
+
+
logger ILogger
+
+
serviceName System.String
+
+
+
+ + + + + + + + + + + +
diff --git a/api/MagicOnion.Server.Hubs.StreamingHubHandler.html b/api/MagicOnion.Server.Hubs.StreamingHubHandler.html index 480bd39de..bc7dfc430 100644 --- a/api/MagicOnion.Server.Hubs.StreamingHubHandler.html +++ b/api/MagicOnion.Server.Hubs.StreamingHubHandler.html @@ -110,7 +110,7 @@

Constructors - StreamingHubHandler(Type, MethodInfo, StreamingHubHandlerOptions, IServiceProvider) + StreamingHubHandler(IMagicOnionStreamingHubMethod, StreamingHubHandlerOptions, IServiceProvider) @@ -193,20 +193,18 @@

Constructors

-

StreamingHubHandler(Type, MethodInfo, StreamingHubHandlerOptions, IServiceProvider)

+

StreamingHubHandler(IMagicOnionStreamingHubMethod, StreamingHubHandlerOptions, IServiceProvider)

-
public StreamingHubHandler(Type classType, MethodInfo methodInfo, StreamingHubHandlerOptions handlerOptions, IServiceProvider serviceProvider)
+
public StreamingHubHandler(IMagicOnionStreamingHubMethod hubMethod, StreamingHubHandlerOptions handlerOptions, IServiceProvider serviceProvider)
Parameters
-
classType Type
-
-
methodInfo MethodInfo
+
hubMethod IMagicOnionStreamingHubMethod
handlerOptions StreamingHubHandlerOptions
diff --git a/api/MagicOnion.Server.Hubs.StreamingHubHandlerOptions.html b/api/MagicOnion.Server.Hubs.StreamingHubHandlerOptions.html index 797e5d45f..0ddc1c6f0 100644 --- a/api/MagicOnion.Server.Hubs.StreamingHubHandlerOptions.html +++ b/api/MagicOnion.Server.Hubs.StreamingHubHandlerOptions.html @@ -133,12 +133,6 @@

Properties - - - MessageSerializer - - - @@ -205,36 +199,6 @@

Property Value
-
-
- -

MessageSerializer

-
-
- -
-
public IMagicOnionSerializerProvider MessageSerializer { get; }
-
- - - - - -
-
Property Value
-
-
IMagicOnionSerializerProvider
-
-
-
- - - - - - - -
diff --git a/api/MagicOnion.Server.Internal.MethodHandlerMetadata.html b/api/MagicOnion.Server.Internal.MethodHandlerMetadata.html index 7f84cadeb..047d939a0 100644 --- a/api/MagicOnion.Server.Internal.MethodHandlerMetadata.html +++ b/api/MagicOnion.Server.Internal.MethodHandlerMetadata.html @@ -4,10 +4,10 @@ - MethodHandlerMetadata Struct + <title>MethodHandlerMetadata Class | MagicOnion - @@ -73,7 +73,7 @@
-

MethodHandlerMetadata Struct +

MethodHandlerMetadata Class

Namespace: MagicOnion.Server.Internal
Assembly: MagicOnion.Server.dll
@@ -82,9 +82,14 @@
Assembly: MagicOnion.Server.dll
-
public readonly struct MethodHandlerMetadata
+
public class MethodHandlerMetadata : object
+
+
Inheritance
+ System.Object → + MethodHandlerMetadata +
@@ -105,7 +110,7 @@

Constructors - MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList<ParameterInfo>, Type, ILookup<Type, Attribute>, Boolean) + MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList<ParameterInfo>, Type, IReadOnlyList<Attribute>) @@ -129,7 +134,7 @@

Properties - IsResultTypeTask + Attributes @@ -159,19 +164,19 @@

Properties - ServiceImplementationType + ServiceImplementationMethod - ServiceInterface + ServiceImplementationType - ServiceMethod + ServiceInterface @@ -182,12 +187,12 @@

Constructors

-

MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList<ParameterInfo>, Type, ILookup<Type, Attribute>, Boolean)

+

MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList<ParameterInfo>, Type, IReadOnlyList<Attribute>)

-
public MethodHandlerMetadata(Type serviceImplementationType, MethodInfo serviceMethod, MethodType methodType, Type responseType, Type requestType, IReadOnlyList<ParameterInfo> parameters, Type serviceInterface, ILookup<Type, Attribute> attributeLookup, bool isResultTypeTask)
+
public MethodHandlerMetadata(Type serviceImplementationType, MethodInfo serviceMethod, MethodType methodType, Type responseType, Type requestType, IReadOnlyList<ParameterInfo> parameters, Type serviceInterface, IReadOnlyList<Attribute> attributes)
@@ -207,9 +212,7 @@
Parameters
serviceInterface Type
-
attributeLookup ILookup<Type, Attribute>
-
-
isResultTypeTask System.Boolean
+
attributes IReadOnlyList<Attribute>
@@ -235,7 +238,7 @@

-
public readonly ILookup<Type, Attribute> AttributeLookup { get; }
+
public ILookup<Type, Attribute> AttributeLookup { get; }
@@ -259,13 +262,13 @@
Property Value
- -

IsResultTypeTask

+ +

Attributes

-
public readonly bool IsResultTypeTask { get; }
+
public IReadOnlyList<Attribute> Attributes { get; }
@@ -275,7 +278,7 @@

Property Value
-
System.Boolean
+
IReadOnlyList<Attribute>
@@ -295,7 +298,7 @@

-
public readonly MethodType MethodType { get; }
+
public MethodType MethodType { get; }
@@ -325,7 +328,7 @@

-
public readonly IReadOnlyList<ParameterInfo> Parameters { get; }
+
public IReadOnlyList<ParameterInfo> Parameters { get; }
@@ -355,7 +358,7 @@

-
public readonly Type RequestType { get; }
+
public Type RequestType { get; }
@@ -385,7 +388,7 @@

-
public readonly Type ResponseType { get; }
+
public Type ResponseType { get; }
@@ -409,13 +412,13 @@
Property Value
- -

ServiceImplementationType

+ +

ServiceImplementationMethod

-
public readonly Type ServiceImplementationType { get; }
+
public MethodInfo ServiceImplementationMethod { get; }
@@ -425,7 +428,7 @@

Property Value

-
Type
+
MethodInfo
@@ -439,13 +442,13 @@
Property Value
- -

ServiceInterface

+ +

ServiceImplementationType

-
public readonly Type ServiceInterface { get; }
+
public Type ServiceImplementationType { get; }
@@ -469,13 +472,13 @@
Property Value
- -

ServiceMethod

+ +

ServiceInterface

-
public readonly MethodInfo ServiceMethod { get; }
+
public Type ServiceInterface { get; }
@@ -485,7 +488,7 @@

Property Value
-
MethodInfo
+
Type
diff --git a/api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html b/api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html index a3c9178c3..2cdc6fccd 100644 --- a/api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html +++ b/api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html @@ -4,10 +4,10 @@ - StreamingHubMethodHandlerMetadata Struct + <title>StreamingHubMethodHandlerMetadata Class | MagicOnion - @@ -73,7 +73,7 @@
-

StreamingHubMethodHandlerMetadata Struct +

StreamingHubMethodHandlerMetadata Class

Namespace: MagicOnion.Server.Internal
Assembly: MagicOnion.Server.dll
@@ -82,9 +82,14 @@
Assembly: MagicOnion.Server.dll
-
public readonly struct StreamingHubMethodHandlerMetadata
+
public class StreamingHubMethodHandlerMetadata : object
+
+
Inheritance
+ System.Object → + StreamingHubMethodHandlerMetadata +
@@ -105,7 +110,7 @@

Constructors - StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable<Type>, Type, IReadOnlyList<ParameterInfo>, Type, ILookup<Type, Attribute>) + StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable<Type>, Type, IReadOnlyList<ParameterInfo>, Type, IReadOnlyList<Attribute>) @@ -127,6 +132,12 @@

Properties + + + Attributes + + + ImplementationMethod @@ -182,12 +193,12 @@

Constructors

-

StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable<Type>, Type, IReadOnlyList<ParameterInfo>, Type, ILookup<Type, Attribute>)

+

StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable<Type>, Type, IReadOnlyList<ParameterInfo>, Type, IReadOnlyList<Attribute>)

-
public StreamingHubMethodHandlerMetadata(int methodId, Type streamingHubImplementationType, MethodInfo interfaceMethodInfo, MethodInfo implementationMethodInfo, Type? responseType, Type requestType, IReadOnlyList<ParameterInfo> parameters, Type streamingHubInterfaceType, ILookup<Type, Attribute> attributeLookup)
+
public StreamingHubMethodHandlerMetadata(int methodId, Type streamingHubImplementationType, MethodInfo interfaceMethodInfo, MethodInfo implementationMethodInfo, Type? responseType, Type requestType, IReadOnlyList<ParameterInfo> parameters, Type streamingHubInterfaceType, IReadOnlyList<Attribute> attributes)
@@ -209,7 +220,7 @@
Parameters
streamingHubInterfaceType Type
-
attributeLookup ILookup<Type, Attribute>
+
attributes IReadOnlyList<Attribute>
@@ -235,7 +246,7 @@

-
public readonly ILookup<Type, Attribute> AttributeLookup { get; }
+
public ILookup<Type, Attribute> AttributeLookup { get; }
@@ -257,6 +268,36 @@
Property Value
+ +
+ +

Attributes

+
+
+ +
+
public IReadOnlyList<Attribute> Attributes { get; }
+
+ + + + + +
+
Property Value
+
+
IReadOnlyList<Attribute>
+
+
+
+ + + + + + + +
@@ -265,7 +306,7 @@

-
public readonly MethodInfo ImplementationMethod { get; }
+
public MethodInfo ImplementationMethod { get; }
@@ -295,7 +336,7 @@

-
public readonly MethodInfo InterfaceMethod { get; }
+
public MethodInfo InterfaceMethod { get; }
@@ -325,7 +366,7 @@

-
public readonly int MethodId { get; }
+
public int MethodId { get; }
@@ -355,7 +396,7 @@

-
public readonly IReadOnlyList<ParameterInfo> Parameters { get; }
+
public IReadOnlyList<ParameterInfo> Parameters { get; }
@@ -385,7 +426,7 @@

-
public readonly Type RequestType { get; }
+
public Type RequestType { get; }
@@ -415,7 +456,7 @@

-
public readonly Type? ResponseType { get; }
+
public Type? ResponseType { get; }
@@ -445,7 +486,7 @@

-
public readonly Type StreamingHubImplementationType { get; }
+
public Type StreamingHubImplementationType { get; }
@@ -475,7 +516,7 @@

-
public readonly Type StreamingHubInterfaceType { get; }
+
public Type StreamingHubInterfaceType { get; }
diff --git a/api/MagicOnion.Server.Internal.html b/api/MagicOnion.Server.Internal.html index ce2a5afbc..4f31a48d5 100644 --- a/api/MagicOnion.Server.Internal.html +++ b/api/MagicOnion.Server.Internal.html @@ -82,14 +82,12 @@

Classes

DuplicateKeyException

-

UniqueHashDictionary<T>

-
-

Structs -

MethodHandlerMetadata

StreamingHubMethodHandlerMetadata

+

UniqueHashDictionary<T>

+
diff --git a/api/MagicOnion.Server.MagicOnionEngine.html b/api/MagicOnion.Server.MagicOnionEngine.html deleted file mode 100644 index 99e4534b5..000000000 --- a/api/MagicOnion.Server.MagicOnionEngine.html +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - - MagicOnionEngine Class - | MagicOnion - - - - - - - - - - - - - - - - -
-
- - - - -
- - - -
- - - - - - - diff --git a/api/MagicOnion.Server.MethodHandler.html b/api/MagicOnion.Server.MethodHandler.html deleted file mode 100644 index 1f0d2b0c2..000000000 --- a/api/MagicOnion.Server.MethodHandler.html +++ /dev/null @@ -1,665 +0,0 @@ - - - - - - - MethodHandler Class - | MagicOnion - - - - - - - - - - - - - - - - -
-
- - - - -
- - - -
- - - - - - - diff --git a/api/MagicOnion.Server.ServiceContext.html b/api/MagicOnion.Server.ServiceContext.html index 0865eb8ba..caa863c59 100644 --- a/api/MagicOnion.Server.ServiceContext.html +++ b/api/MagicOnion.Server.ServiceContext.html @@ -102,24 +102,6 @@
Implements

Members

-

Constructors -

- - - - - - - - - - - - - -
NameDescription
- ServiceContext(Type, MethodInfo, ILookup<Type, Attribute>, MethodType, ServerCallContext, IMagicOnionSerializer, ILogger, MethodHandler, IServiceProvider) -

Properties

@@ -176,12 +158,24 @@

Properties

+ + + + + + + +
+ MethodName +
MethodType
+ ServiceName +
ServiceProvider @@ -251,54 +245,6 @@

Methods

-

Constructors -

-
- -

ServiceContext(Type, MethodInfo, ILookup<Type, Attribute>, MethodType, ServerCallContext, IMagicOnionSerializer, ILogger, MethodHandler, IServiceProvider)

-
-
- -
-
public ServiceContext(Type serviceType, MethodInfo methodInfo, ILookup<Type, Attribute> attributeLookup, MethodType methodType, ServerCallContext context, IMagicOnionSerializer messageSerializer, ILogger logger, MethodHandler methodHandler, IServiceProvider serviceProvider)
-
- -
-
Parameters
-
-
serviceType Type
-
-
methodInfo MethodInfo
-
-
attributeLookup ILookup<Type, Attribute>
-
-
methodType MethodType
-
-
context ServerCallContext
-
-
messageSerializer IMagicOnionSerializer
-
-
logger ILogger
-
-
methodHandler MethodHandler
-
-
serviceProvider IServiceProvider
-
-
-
- - - - - - - - - - - - -

Properties

@@ -514,6 +460,36 @@
Property Value
+
+
+ +

MethodName

+
+
+ +
+
public string MethodName { get; }
+
+ + + + + +
+
Property Value
+
+
System.String
+
+
+
+ + + + + + + +
@@ -544,6 +520,36 @@
Property Value
+
+
+ +

ServiceName

+
+
+ +
+
public string ServiceName { get; }
+
+ + + + + +
+
Property Value
+
+
System.String
+
+
+
+ + + + + + + +
diff --git a/api/MagicOnion.Server.html b/api/MagicOnion.Server.html index c5efc8ab8..c4fd87ced 100644 --- a/api/MagicOnion.Server.html +++ b/api/MagicOnion.Server.html @@ -90,23 +90,12 @@

Fro

FromTypeFilterAttribute

A MagicOnion filter that creates another filter of type.

-

MagicOnionEngine

-

MagicOnionFilterAttribute

MagicOnionFilterDescriptorExtensions

MagicOnionOptions

-

MagicOnionServiceDefinition

-
-

MethodHandler

-
-

MethodHandler.UniqueEqualityComparer

-
-

MethodHandlerOptions

-

Options for MethodHandler construction.

-

ServerStreamingContext<TResponse>

ServiceBase<TServiceInterface>

diff --git a/api/Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.html b/api/Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.html index 7f815aaac..ecc2fa06e 100644 --- a/api/Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.html +++ b/api/Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.html @@ -112,7 +112,29 @@

Methods MapMagicOnionService(IEndpointRouteBuilder) - +

Maps MagicOnion Unary and StreamingHub services in the loaded assemblies to the route builder.

+ + + + + MapMagicOnionService(IEndpointRouteBuilder, Assembly[]) + +

Maps MagicOnion Unary and StreamingHub services in the target assemblies to the route builder.

+ + + + + MapMagicOnionService(IEndpointRouteBuilder, Type[]) + +

Maps specified types as MagicOnion Unary and StreamingHub services to the route builder.

+ + + + + MapMagicOnionService<T>(IEndpointRouteBuilder) + +

Maps specified type as a MagicOnion Unary or StreamingHub service to the route builder.

+ @@ -122,11 +144,90 @@

Methods

MapMagicOnionService(IEndpointRouteBuilder)

-
+

Maps MagicOnion Unary and StreamingHub services in the loaded assemblies to the route builder.

+
+
+ +
+
public static IEndpointConventionBuilder MapMagicOnionService(this IEndpointRouteBuilder builder)
+
+ +
+
Parameters
+
+
builder IEndpointRouteBuilder
+
+
+
+ +
+
Returns
+
+
IEndpointConventionBuilder
+
+
+
+ + + + + + + + + + + +
+
+ +

MapMagicOnionService(IEndpointRouteBuilder, Assembly[])

+

Maps MagicOnion Unary and StreamingHub services in the target assemblies to the route builder.

+
+
+ +
+
public static IEndpointConventionBuilder MapMagicOnionService(this IEndpointRouteBuilder builder, params Assembly[] searchAssemblies)
+
+ +
+
Parameters
+
+
builder IEndpointRouteBuilder
+
+
searchAssemblies Assembly[]
+
+
+
+ +
+
Returns
+
+
IEndpointConventionBuilder
+
+
+
+ + + + + + + + + + + +
+
+ +

MapMagicOnionService(IEndpointRouteBuilder, Type[])

+

Maps specified types as MagicOnion Unary and StreamingHub services to the route builder.

+
-
public static GrpcServiceEndpointConventionBuilder MapMagicOnionService(this IEndpointRouteBuilder builder)
+
public static IEndpointConventionBuilder MapMagicOnionService(this IEndpointRouteBuilder builder, params Type[] serviceTypes)
@@ -134,13 +235,15 @@
Parameters
builder IEndpointRouteBuilder
+
serviceTypes Type[]
+
Returns
-
GrpcServiceEndpointConventionBuilder
+
IEndpointConventionBuilder
@@ -155,6 +258,52 @@
Returns
+
+
+ +

MapMagicOnionService<T>(IEndpointRouteBuilder)

+

Maps specified type as a MagicOnion Unary or StreamingHub service to the route builder.

+
+
+ +
+
public static IEndpointConventionBuilder MapMagicOnionService<T>(this IEndpointRouteBuilder builder)
+    where T : class, IServiceMarker
+
+ +
+
Parameters
+
+
builder IEndpointRouteBuilder
+
+
+
+ +
+
Returns
+
+
IEndpointConventionBuilder
+
+
+
+ +
+
Type Parameters
+
+
T
+
+
+
+ + + + + + + + + +
diff --git a/api/Microsoft.AspNetCore.Builder.MagicOnionServiceEndpointConventionBuilder.html b/api/Microsoft.AspNetCore.Builder.MagicOnionServiceEndpointConventionBuilder.html new file mode 100644 index 000000000..9039823c4 --- /dev/null +++ b/api/Microsoft.AspNetCore.Builder.MagicOnionServiceEndpointConventionBuilder.html @@ -0,0 +1,136 @@ + + + + + + + MagicOnionServiceEndpointConventionBuilder Class + | MagicOnion + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + + diff --git a/api/Microsoft.AspNetCore.Builder.html b/api/Microsoft.AspNetCore.Builder.html index defd63373..4a8deb633 100644 --- a/api/Microsoft.AspNetCore.Builder.html +++ b/api/Microsoft.AspNetCore.Builder.html @@ -82,6 +82,8 @@

Classes

MagicOnionEndpointRouteBuilderExtensions

+

MagicOnionServiceEndpointConventionBuilder

+
diff --git a/api/toc.html b/api/toc.html index 5bb0894c4..dde0f87ce 100644 --- a/api/toc.html +++ b/api/toc.html @@ -581,9 +581,6 @@
  • IStreamingServiceContext<TRequest, TResponse>
  • -
  • - MagicOnionEngine -
  • MagicOnionFilterAttribute
  • @@ -594,25 +591,62 @@ MagicOnionOptions
  • - MagicOnionServiceDefinition + ServerStreamingContext<TResponse> +
  • +
  • + ServiceBase<TServiceInterface> +
  • +
  • + ServiceContext
  • + + +
  • + + MagicOnion.Server.Binder + +
  • @@ -734,6 +768,9 @@
  • MagicOnionEndpointRouteBuilderExtensions
  • +
  • + MagicOnionServiceEndpointConventionBuilder +
  • diff --git a/manifest.json b/manifest.json index 28589ceb2..3b2afa2ec 100644 --- a/manifest.json +++ b/manifest.json @@ -1899,6 +1899,186 @@ "is_incremental": false, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod-1.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod-1.html", + "hash": "gOpazS8goatIbT9XOTzI2b4KxDKBLiOsClpJPV5hmjE=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html", + "hash": "RE2itlrdeGUQlHDjwHz5fIJ5IMML9+5diEDwMLX34R0=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html", + "hash": "cnLUPf2LqMhjz4Ud7EZhP6Hp+ylTLFkbTUNwzssEuS4=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.html", + "hash": "EisTtQQYwn+D3zKO4Wes+PNFsPxVf5CYl6oE2BayCpU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html", + "hash": "fSo+WF8WPgQnkpyK3Q2nmjt6oucbEMS/nXpoEN8Rqgs=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.IMagicOnionUnaryMethod-5.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.IMagicOnionUnaryMethod-5.html", + "hash": "8MRkqTH6AWGjHwCAmte81mQlnkmiME2EeN+HEC1k+Pc=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html", + "hash": "7b5af1H27SPzjgj9YT2bAo6Aj4IHbnm/WoKSvwR85PQ=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html", + "hash": "hxAtZ1+dOw/elyun/mYfbR5dxqSMaUgHg2BYjOXPIQM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext.html", + "hash": "IFuNiy05/B26UI6w0h5hYqSfsR8+xuYGqpx1po7TyYc=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html", + "hash": "ThpaGeMgjQGOiYRVl+INPVaR852Y5jSMN9mEPWi6lCA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html", + "hash": "zPbGRcWDfbSJrkCQV6KFVwR1UC+FGqirTIKVsY6GOI8=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html", + "hash": "gsxm6PRbOcOcdrrOzgzvzZm0LRWUBLUuCE7fsZFjlkk=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html", + "hash": "DkjI+Ff00YR5YVLT1OqycybkG9m3pvl9+efkKf3Kbvk=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.MagicOnionUnaryMethodBase-5.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.MagicOnionUnaryMethodBase-5.html", + "hash": "b4a970wd/m2gx5+V2/VXaqJ00/UVdpR4o9kH70wzYLA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/MagicOnion.Server.Binder.yml", + "output": { + ".html": { + "relative_path": "api/MagicOnion.Server.Binder.html", + "hash": "VnYfkbdWaB/JfLCNaeHvGAPklmpYt0ebQ2tSPdNJFM8=" + } + }, + "is_incremental": false, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api/MagicOnion.Server.ClientStreamingContext-2.yml", @@ -1917,7 +2097,7 @@ "output": { ".html": { "relative_path": "api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html", - "hash": "y8iCySrXv43p6CmirntvlbAK2G+nbP4O6COoKLELGgY=" + "hash": "yNLMsEsp6Zh2LKvgkPATt5kTba5b4aItS2YUbJGDrs4=" } }, "is_incremental": false, @@ -2217,7 +2397,7 @@ "output": { ".html": { "relative_path": "api/MagicOnion.Server.Hubs.StreamingHubHandler.html", - "hash": "by3Btb3fbT+z0sOvjdx2y/ykw9PEUtWgnZZK0r8sCo0=" + "hash": "2IIYzIC+E3Rbwj/YpvxZ4fQqhOvOecbx1Ip3oUiUCcg=" } }, "is_incremental": false, @@ -2229,7 +2409,7 @@ "output": { ".html": { "relative_path": "api/MagicOnion.Server.Hubs.StreamingHubHandlerOptions.html", - "hash": "9/V8fFHnu+8bRaengiGlhLpgUocXdPp+Sipf0F8kAeE=" + "hash": "esBKQjpb2W9Q/kDLF4QjaJc6Fxg76Fsj/H48GNXeF/o=" } }, "is_incremental": false, @@ -2337,7 +2517,7 @@ "output": { ".html": { "relative_path": "api/MagicOnion.Server.Internal.MethodHandlerMetadata.html", - "hash": "y1nzsNHzkI/7x4mWTRfT/nWLEeSka5KrosKbksWKpC8=" + "hash": "peEhIeuSxDyLZ5hPd76vRY6XW5asp/8r/cgab9aHyz4=" } }, "is_incremental": false, @@ -2349,7 +2529,7 @@ "output": { ".html": { "relative_path": "api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html", - "hash": "/jz+xEQz54qALBYdKx9qdJoiAlQ9zip8/ifrNrdTiuM=" + "hash": "2D7K5tIKN2yfo7y4UxUsFLgpixAqZcEiGUZp+EtrCic=" } }, "is_incremental": false, @@ -2373,19 +2553,7 @@ "output": { ".html": { "relative_path": "api/MagicOnion.Server.Internal.html", - "hash": "knZfUtiB/te+5Wnw3D9vZzMycX6CNPGKIfsfa7hxSTk=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/MagicOnion.Server.MagicOnionEngine.yml", - "output": { - ".html": { - "relative_path": "api/MagicOnion.Server.MagicOnionEngine.html", - "hash": "aSgtiHad0gcm8TWceH59kJc5g9yvUO1QvFe8aYzEFF0=" + "hash": "DCeYtmOPpq7R/QPoco/tPvIEmJF2/nUGB83oLma4WOw=" } }, "is_incremental": false, @@ -2427,54 +2595,6 @@ "is_incremental": false, "version": "" }, - { - "type": "ManagedReference", - "source_relative_path": "api/MagicOnion.Server.MagicOnionServiceDefinition.yml", - "output": { - ".html": { - "relative_path": "api/MagicOnion.Server.MagicOnionServiceDefinition.html", - "hash": "7DL+663DYGrtKRZFOC6yjquenUFJlRxfll+0BaGJ5iA=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.yml", - "output": { - ".html": { - "relative_path": "api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.html", - "hash": "tetRNNH0a7grbbqE1KaAU731ICn6zH1ArP6SXeHUwHA=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/MagicOnion.Server.MethodHandler.yml", - "output": { - ".html": { - "relative_path": "api/MagicOnion.Server.MethodHandler.html", - "hash": "qk37FY8gve1l5bezzGAtX313V/dOMGU1Vo3/mhIp+80=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/MagicOnion.Server.MethodHandlerOptions.yml", - "output": { - ".html": { - "relative_path": "api/MagicOnion.Server.MethodHandlerOptions.html", - "hash": "u5jcipMMo/ta0nT2ML/8o2vzR44O6+HUopbIOTDvMVE=" - } - }, - "is_incremental": false, - "version": "" - }, { "type": "ManagedReference", "source_relative_path": "api/MagicOnion.Server.ServerStreamingContext-1.yml", @@ -2505,7 +2625,7 @@ "output": { ".html": { "relative_path": "api/MagicOnion.Server.ServiceContext.html", - "hash": "rMQK5xKciAbvYf9meUMI6tqoFr481YtALUeZA6iKEI4=" + "hash": "qBhQcDhEWM8a53x5WneY1aQsOjfDjqGN8y5exETZXcA=" } }, "is_incremental": false, @@ -2517,7 +2637,7 @@ "output": { ".html": { "relative_path": "api/MagicOnion.Server.html", - "hash": "jMrZy5M1byNf22GwVEQ0oBgw1cKm3V+gVeEdDwRV92c=" + "hash": "rP5O45hrctsDPmMzVH+PebZWHN5Vd32CMB596zQPZG8=" } }, "is_incremental": false, @@ -2577,7 +2697,19 @@ "output": { ".html": { "relative_path": "api/Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.html", - "hash": "qBgyGJmBs1d1D6D3+8KAVgX9b+LGSKTAraSmK7HvXO0=" + "hash": "rFoUIL0VnPkx0pvPS8dl4q0AW8CI7/twb72Qb0GPERg=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Microsoft.AspNetCore.Builder.MagicOnionServiceEndpointConventionBuilder.yml", + "output": { + ".html": { + "relative_path": "api/Microsoft.AspNetCore.Builder.MagicOnionServiceEndpointConventionBuilder.html", + "hash": "3nbtGUakwDXf3bqJUy77dE22z8z1h0pWT9LouolxaKY=" } }, "is_incremental": false, @@ -2589,7 +2721,7 @@ "output": { ".html": { "relative_path": "api/Microsoft.AspNetCore.Builder.html", - "hash": "p4iKA/HGiNbLKM0DYqxKJgqqjHeIoBEMW9DPwFRljIg=" + "hash": "jpX5CYDRBfN8LPTGOF3sYWzJehSSosO49eQHle3elJQ=" } }, "is_incremental": false, @@ -2637,7 +2769,7 @@ "output": { ".html": { "relative_path": "api/toc.html", - "hash": "nHpcrOiKAKQxO9z6zD9muMWMGDazhEHhOaMcLjn3pvc=" + "hash": "SRGLAfeckjpLGck0F6Qs0s5plDlRlBJ7WLPEIDzd2uI=" } }, "is_incremental": false, @@ -2724,7 +2856,7 @@ "ManagedReferenceDocumentProcessor": { "can_incremental": false, "incrementalPhase": "build", - "total_file_count": 219, + "total_file_count": 230, "skipped_file_count": 0 }, "TocDocumentProcessor": { diff --git a/xrefmap.yml b/xrefmap.yml index 414b5e5ae..b43b972b1 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -9458,6 +9458,1171 @@ references: commentId: N:MagicOnion.Server fullName: MagicOnion.Server nameWithType: MagicOnion.Server +- uid: MagicOnion.Server.Binder + name: MagicOnion.Server.Binder + href: api/MagicOnion.Server.Binder.html + commentId: N:MagicOnion.Server.Binder + fullName: MagicOnion.Server.Binder + nameWithType: MagicOnion.Server.Binder +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod + name: IMagicOnionGrpcMethod + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html + commentId: T:MagicOnion.Server.Binder.IMagicOnionGrpcMethod + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod + nameWithType: IMagicOnionGrpcMethod +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.Metadata + name: Metadata + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_Metadata + commentId: P:MagicOnion.Server.Binder.IMagicOnionGrpcMethod.Metadata + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.Metadata + nameWithType: IMagicOnionGrpcMethod.Metadata +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.Metadata* + name: Metadata + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_Metadata_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethod.Metadata + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.Metadata + nameWithType: IMagicOnionGrpcMethod.Metadata +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodName + name: MethodName + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_MethodName + commentId: P:MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodName + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodName + nameWithType: IMagicOnionGrpcMethod.MethodName +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodName* + name: MethodName + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_MethodName_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodName + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodName + nameWithType: IMagicOnionGrpcMethod.MethodName +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodType + name: MethodType + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_MethodType + commentId: P:MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodType + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodType + nameWithType: IMagicOnionGrpcMethod.MethodType +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodType* + name: MethodType + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_MethodType_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodType + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.MethodType + nameWithType: IMagicOnionGrpcMethod.MethodType +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceImplementationType + name: ServiceImplementationType + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_ServiceImplementationType + commentId: P:MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceImplementationType + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceImplementationType + nameWithType: IMagicOnionGrpcMethod.ServiceImplementationType +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceImplementationType* + name: ServiceImplementationType + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_ServiceImplementationType_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceImplementationType + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceImplementationType + nameWithType: IMagicOnionGrpcMethod.ServiceImplementationType +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceName + name: ServiceName + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_ServiceName + commentId: P:MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceName + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceName + nameWithType: IMagicOnionGrpcMethod.ServiceName +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceName* + name: ServiceName + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_ServiceName_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceName + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.ServiceName + nameWithType: IMagicOnionGrpcMethod.ServiceName +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod`1 + name: IMagicOnionGrpcMethod + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod-1.html + commentId: T:MagicOnion.Server.Binder.IMagicOnionGrpcMethod`1 + name.vb: IMagicOnionGrpcMethod(Of TService) + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethod(Of TService) + nameWithType: IMagicOnionGrpcMethod + nameWithType.vb: IMagicOnionGrpcMethod(Of TService) +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod`1.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder{`0}) + name: Bind(IMagicOnionGrpcMethodBinder) + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_1_Bind_MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder__0__ + commentId: M:MagicOnion.Server.Binder.IMagicOnionGrpcMethod`1.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder{`0}) + name.vb: Bind(IMagicOnionGrpcMethodBinder(Of TService)) + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder) + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethod(Of TService).Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService)) + nameWithType: IMagicOnionGrpcMethod.Bind(IMagicOnionGrpcMethodBinder) + nameWithType.vb: IMagicOnionGrpcMethod(Of TService).Bind(IMagicOnionGrpcMethodBinder(Of TService)) +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethod`1.Bind* + name: Bind + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethod-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethod_1_Bind_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethod`1.Bind + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethod.Bind + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethod(Of TService).Bind + nameWithType: IMagicOnionGrpcMethod.Bind + nameWithType.vb: IMagicOnionGrpcMethod(Of TService).Bind +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1 + name: IMagicOnionGrpcMethodBinder + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html + commentId: T:MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1 + name.vb: IMagicOnionGrpcMethodBinder(Of TService) + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService) + nameWithType: IMagicOnionGrpcMethodBinder + nameWithType.vb: IMagicOnionGrpcMethodBinder(Of TService) +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindClientStreaming* + name: BindClientStreaming + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder_1_BindClientStreaming_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindClientStreaming + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder.BindClientStreaming + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService).BindClientStreaming + nameWithType: IMagicOnionGrpcMethodBinder.BindClientStreaming + nameWithType.vb: IMagicOnionGrpcMethodBinder(Of TService).BindClientStreaming +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindClientStreaming``4(MagicOnion.Server.Binder.MagicOnionClientStreamingMethod{`0,``0,``1,``2,``3}) + name: BindClientStreaming(MagicOnionClientStreamingMethod) + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder_1_BindClientStreaming__4_MagicOnion_Server_Binder_MagicOnionClientStreamingMethod__0___0___1___2___3__ + commentId: M:MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindClientStreaming``4(MagicOnion.Server.Binder.MagicOnionClientStreamingMethod{`0,``0,``1,``2,``3}) + name.vb: BindClientStreaming(Of TRequest, TResponse, TRawRequest, TRawResponse)(MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder.BindClientStreaming(MagicOnion.Server.Binder.MagicOnionClientStreamingMethod) + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService).BindClientStreaming(Of TRequest, TResponse, TRawRequest, TRawResponse)(MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) + nameWithType: IMagicOnionGrpcMethodBinder.BindClientStreaming(MagicOnionClientStreamingMethod) + nameWithType.vb: IMagicOnionGrpcMethodBinder(Of TService).BindClientStreaming(Of TRequest, TResponse, TRawRequest, TRawResponse)(MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindDuplexStreaming* + name: BindDuplexStreaming + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder_1_BindDuplexStreaming_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindDuplexStreaming + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder.BindDuplexStreaming + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService).BindDuplexStreaming + nameWithType: IMagicOnionGrpcMethodBinder.BindDuplexStreaming + nameWithType.vb: IMagicOnionGrpcMethodBinder(Of TService).BindDuplexStreaming +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindDuplexStreaming``4(MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod{`0,``0,``1,``2,``3}) + name: BindDuplexStreaming(MagicOnionDuplexStreamingMethod) + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder_1_BindDuplexStreaming__4_MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod__0___0___1___2___3__ + commentId: M:MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindDuplexStreaming``4(MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod{`0,``0,``1,``2,``3}) + name.vb: BindDuplexStreaming(Of TRequest, TResponse, TRawRequest, TRawResponse)(MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder.BindDuplexStreaming(MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod) + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService).BindDuplexStreaming(Of TRequest, TResponse, TRawRequest, TRawResponse)(MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) + nameWithType: IMagicOnionGrpcMethodBinder.BindDuplexStreaming(MagicOnionDuplexStreamingMethod) + nameWithType.vb: IMagicOnionGrpcMethodBinder(Of TService).BindDuplexStreaming(Of TRequest, TResponse, TRawRequest, TRawResponse)(MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindServerStreaming* + name: BindServerStreaming + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder_1_BindServerStreaming_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindServerStreaming + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder.BindServerStreaming + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService).BindServerStreaming + nameWithType: IMagicOnionGrpcMethodBinder.BindServerStreaming + nameWithType.vb: IMagicOnionGrpcMethodBinder(Of TService).BindServerStreaming +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindServerStreaming``4(MagicOnion.Server.Binder.MagicOnionServerStreamingMethod{`0,``0,``1,``2,``3}) + name: BindServerStreaming(MagicOnionServerStreamingMethod) + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder_1_BindServerStreaming__4_MagicOnion_Server_Binder_MagicOnionServerStreamingMethod__0___0___1___2___3__ + commentId: M:MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindServerStreaming``4(MagicOnion.Server.Binder.MagicOnionServerStreamingMethod{`0,``0,``1,``2,``3}) + name.vb: BindServerStreaming(Of TRequest, TResponse, TRawRequest, TRawResponse)(MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder.BindServerStreaming(MagicOnion.Server.Binder.MagicOnionServerStreamingMethod) + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService).BindServerStreaming(Of TRequest, TResponse, TRawRequest, TRawResponse)(MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) + nameWithType: IMagicOnionGrpcMethodBinder.BindServerStreaming(MagicOnionServerStreamingMethod) + nameWithType.vb: IMagicOnionGrpcMethodBinder(Of TService).BindServerStreaming(Of TRequest, TResponse, TRawRequest, TRawResponse)(MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindStreamingHub(MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod{`0}) + name: BindStreamingHub(MagicOnionStreamingHubConnectMethod) + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder_1_BindStreamingHub_MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod__0__ + commentId: M:MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindStreamingHub(MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod{`0}) + name.vb: BindStreamingHub(MagicOnionStreamingHubConnectMethod(Of TService)) + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder.BindStreamingHub(MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod) + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService).BindStreamingHub(MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService)) + nameWithType: IMagicOnionGrpcMethodBinder.BindStreamingHub(MagicOnionStreamingHubConnectMethod) + nameWithType.vb: IMagicOnionGrpcMethodBinder(Of TService).BindStreamingHub(MagicOnionStreamingHubConnectMethod(Of TService)) +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindStreamingHub* + name: BindStreamingHub + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder_1_BindStreamingHub_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindStreamingHub + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder.BindStreamingHub + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService).BindStreamingHub + nameWithType: IMagicOnionGrpcMethodBinder.BindStreamingHub + nameWithType.vb: IMagicOnionGrpcMethodBinder(Of TService).BindStreamingHub +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindUnary* + name: BindUnary + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder_1_BindUnary_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindUnary + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder.BindUnary + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService).BindUnary + nameWithType: IMagicOnionGrpcMethodBinder.BindUnary + nameWithType.vb: IMagicOnionGrpcMethodBinder(Of TService).BindUnary +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindUnary``4(MagicOnion.Server.Binder.IMagicOnionUnaryMethod{`0,``0,``1,``2,``3}) + name: BindUnary(IMagicOnionUnaryMethod) + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder-1.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder_1_BindUnary__4_MagicOnion_Server_Binder_IMagicOnionUnaryMethod__0___0___1___2___3__ + commentId: M:MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder`1.BindUnary``4(MagicOnion.Server.Binder.IMagicOnionUnaryMethod{`0,``0,``1,``2,``3}) + name.vb: BindUnary(Of TRequest, TResponse, TRawRequest, TRawResponse)(IMagicOnionUnaryMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder.BindUnary(MagicOnion.Server.Binder.IMagicOnionUnaryMethod) + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService).BindUnary(Of TRequest, TResponse, TRawRequest, TRawResponse)(MagicOnion.Server.Binder.IMagicOnionUnaryMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) + nameWithType: IMagicOnionGrpcMethodBinder.BindUnary(IMagicOnionUnaryMethod) + nameWithType.vb: IMagicOnionGrpcMethodBinder(Of TService).BindUnary(Of TRequest, TResponse, TRawRequest, TRawResponse)(IMagicOnionUnaryMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse)) +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider + name: IMagicOnionGrpcMethodProvider + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.html + commentId: T:MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider + nameWithType: IMagicOnionGrpcMethodProvider +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetGrpcMethods* + name: GetGrpcMethods + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodProvider_GetGrpcMethods_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetGrpcMethods + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetGrpcMethods + nameWithType: IMagicOnionGrpcMethodProvider.GetGrpcMethods +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetGrpcMethods``1 + name: GetGrpcMethods() + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodProvider_GetGrpcMethods__1 + commentId: M:MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetGrpcMethods``1 + name.vb: GetGrpcMethods(Of TService)() + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetGrpcMethods() + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetGrpcMethods(Of TService)() + nameWithType: IMagicOnionGrpcMethodProvider.GetGrpcMethods() + nameWithType.vb: IMagicOnionGrpcMethodProvider.GetGrpcMethods(Of TService)() +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetStreamingHubMethods* + name: GetStreamingHubMethods + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodProvider_GetStreamingHubMethods_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetStreamingHubMethods + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetStreamingHubMethods + nameWithType: IMagicOnionGrpcMethodProvider.GetStreamingHubMethods +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetStreamingHubMethods``1 + name: GetStreamingHubMethods() + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodProvider_GetStreamingHubMethods__1 + commentId: M:MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetStreamingHubMethods``1 + name.vb: GetStreamingHubMethods(Of TService)() + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetStreamingHubMethods() + fullName.vb: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.GetStreamingHubMethods(Of TService)() + nameWithType: IMagicOnionGrpcMethodProvider.GetStreamingHubMethods() + nameWithType.vb: IMagicOnionGrpcMethodProvider.GetStreamingHubMethods(Of TService)() +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.MapAllSupportedServiceTypes(MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext) + name: MapAllSupportedServiceTypes(MagicOnionGrpcServiceMappingContext) + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodProvider_MapAllSupportedServiceTypes_MagicOnion_Server_Binder_MagicOnionGrpcServiceMappingContext_ + commentId: M:MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.MapAllSupportedServiceTypes(MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext) + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.MapAllSupportedServiceTypes(MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext) + nameWithType: IMagicOnionGrpcMethodProvider.MapAllSupportedServiceTypes(MagicOnionGrpcServiceMappingContext) +- uid: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.MapAllSupportedServiceTypes* + name: MapAllSupportedServiceTypes + href: api/MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.html#MagicOnion_Server_Binder_IMagicOnionGrpcMethodProvider_MapAllSupportedServiceTypes_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.MapAllSupportedServiceTypes + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionGrpcMethodProvider.MapAllSupportedServiceTypes + nameWithType: IMagicOnionGrpcMethodProvider.MapAllSupportedServiceTypes +- uid: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod + name: IMagicOnionStreamingHubMethod + href: api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html + commentId: T:MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod + fullName: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod + nameWithType: IMagicOnionStreamingHubMethod +- uid: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.InvokeAsync(MagicOnion.Server.Hubs.StreamingHubContext) + name: InvokeAsync(StreamingHubContext) + href: api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html#MagicOnion_Server_Binder_IMagicOnionStreamingHubMethod_InvokeAsync_MagicOnion_Server_Hubs_StreamingHubContext_ + commentId: M:MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.InvokeAsync(MagicOnion.Server.Hubs.StreamingHubContext) + fullName: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.InvokeAsync(MagicOnion.Server.Hubs.StreamingHubContext) + nameWithType: IMagicOnionStreamingHubMethod.InvokeAsync(StreamingHubContext) +- uid: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.InvokeAsync* + name: InvokeAsync + href: api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html#MagicOnion_Server_Binder_IMagicOnionStreamingHubMethod_InvokeAsync_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.InvokeAsync + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.InvokeAsync + nameWithType: IMagicOnionStreamingHubMethod.InvokeAsync +- uid: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.Metadata + name: Metadata + href: api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html#MagicOnion_Server_Binder_IMagicOnionStreamingHubMethod_Metadata + commentId: P:MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.Metadata + fullName: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.Metadata + nameWithType: IMagicOnionStreamingHubMethod.Metadata +- uid: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.Metadata* + name: Metadata + href: api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html#MagicOnion_Server_Binder_IMagicOnionStreamingHubMethod_Metadata_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.Metadata + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.Metadata + nameWithType: IMagicOnionStreamingHubMethod.Metadata +- uid: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.MethodName + name: MethodName + href: api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html#MagicOnion_Server_Binder_IMagicOnionStreamingHubMethod_MethodName + commentId: P:MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.MethodName + fullName: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.MethodName + nameWithType: IMagicOnionStreamingHubMethod.MethodName +- uid: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.MethodName* + name: MethodName + href: api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html#MagicOnion_Server_Binder_IMagicOnionStreamingHubMethod_MethodName_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.MethodName + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.MethodName + nameWithType: IMagicOnionStreamingHubMethod.MethodName +- uid: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.ServiceName + name: ServiceName + href: api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html#MagicOnion_Server_Binder_IMagicOnionStreamingHubMethod_ServiceName + commentId: P:MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.ServiceName + fullName: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.ServiceName + nameWithType: IMagicOnionStreamingHubMethod.ServiceName +- uid: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.ServiceName* + name: ServiceName + href: api/MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.html#MagicOnion_Server_Binder_IMagicOnionStreamingHubMethod_ServiceName_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.ServiceName + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod.ServiceName + nameWithType: IMagicOnionStreamingHubMethod.ServiceName +- uid: MagicOnion.Server.Binder.IMagicOnionUnaryMethod`5 + name: IMagicOnionUnaryMethod + href: api/MagicOnion.Server.Binder.IMagicOnionUnaryMethod-5.html + commentId: T:MagicOnion.Server.Binder.IMagicOnionUnaryMethod`5 + name.vb: IMagicOnionUnaryMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) + fullName: MagicOnion.Server.Binder.IMagicOnionUnaryMethod + fullName.vb: MagicOnion.Server.Binder.IMagicOnionUnaryMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) + nameWithType: IMagicOnionUnaryMethod + nameWithType.vb: IMagicOnionUnaryMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) +- uid: MagicOnion.Server.Binder.IMagicOnionUnaryMethod`5.InvokeAsync(`0,MagicOnion.Server.ServiceContext,`1) + name: InvokeAsync(TService, ServiceContext, TRequest) + href: api/MagicOnion.Server.Binder.IMagicOnionUnaryMethod-5.html#MagicOnion_Server_Binder_IMagicOnionUnaryMethod_5_InvokeAsync__0_MagicOnion_Server_ServiceContext__1_ + commentId: M:MagicOnion.Server.Binder.IMagicOnionUnaryMethod`5.InvokeAsync(`0,MagicOnion.Server.ServiceContext,`1) + fullName: MagicOnion.Server.Binder.IMagicOnionUnaryMethod.InvokeAsync(TService, MagicOnion.Server.ServiceContext, TRequest) + fullName.vb: MagicOnion.Server.Binder.IMagicOnionUnaryMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync(TService, MagicOnion.Server.ServiceContext, TRequest) + nameWithType: IMagicOnionUnaryMethod.InvokeAsync(TService, ServiceContext, TRequest) + nameWithType.vb: IMagicOnionUnaryMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync(TService, ServiceContext, TRequest) +- uid: MagicOnion.Server.Binder.IMagicOnionUnaryMethod`5.InvokeAsync* + name: InvokeAsync + href: api/MagicOnion.Server.Binder.IMagicOnionUnaryMethod-5.html#MagicOnion_Server_Binder_IMagicOnionUnaryMethod_5_InvokeAsync_ + commentId: Overload:MagicOnion.Server.Binder.IMagicOnionUnaryMethod`5.InvokeAsync + isSpec: "True" + fullName: MagicOnion.Server.Binder.IMagicOnionUnaryMethod.InvokeAsync + fullName.vb: MagicOnion.Server.Binder.IMagicOnionUnaryMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync + nameWithType: IMagicOnionUnaryMethod.InvokeAsync + nameWithType.vb: IMagicOnionUnaryMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5 + name: MagicOnionClientStreamingMethod + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html + commentId: T:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5 + name.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) + nameWithType: MagicOnionClientStreamingMethod + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.ServiceContext,Task{MagicOnion.ClientStreamingResult{`1,`2}}}) + name: MagicOnionClientStreamingMethod(String, String, Func>>) + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5__ctor_System_String_System_String_Func__0_MagicOnion_Server_ServiceContext_Task_MagicOnion_ClientStreamingResult__1__2____ + commentId: M:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.ServiceContext,Task{MagicOnion.ClientStreamingResult{`1,`2}}}) + name.vb: MagicOnionClientStreamingMethod(String, String, Func(Of TService, ServiceContext, Task(Of ClientStreamingResult(Of TRequest, TResponse)))) + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.MagicOnionClientStreamingMethod(System.String, System.String, Func>>) + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionClientStreamingMethod(System.String, System.String, Func(Of TService, MagicOnion.Server.ServiceContext, Task(Of MagicOnion.ClientStreamingResult(Of TRequest, TResponse)))) + nameWithType: MagicOnionClientStreamingMethod.MagicOnionClientStreamingMethod(String, String, Func>>) + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionClientStreamingMethod(String, String, Func(Of TService, ServiceContext, Task(Of ClientStreamingResult(Of TRequest, TResponse)))) +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.#ctor* + name: MagicOnionClientStreamingMethod + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5__ctor_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.#ctor + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.MagicOnionClientStreamingMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionClientStreamingMethod + nameWithType: MagicOnionClientStreamingMethod.MagicOnionClientStreamingMethod + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionClientStreamingMethod +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder{`0}) + name: Bind(IMagicOnionGrpcMethodBinder) + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_Bind_MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder__0__ + commentId: M:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder{`0}) + name.vb: Bind(IMagicOnionGrpcMethodBinder(Of TService)) + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder) + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService)) + nameWithType: MagicOnionClientStreamingMethod.Bind(IMagicOnionGrpcMethodBinder) + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind(IMagicOnionGrpcMethodBinder(Of TService)) +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.Bind* + name: Bind + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_Bind_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.Bind + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.Bind + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind + nameWithType: MagicOnionClientStreamingMethod.Bind + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.InvokeAsync(`0,MagicOnion.Server.ServiceContext) + name: InvokeAsync(TService, ServiceContext) + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_InvokeAsync__0_MagicOnion_Server_ServiceContext_ + commentId: M:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.InvokeAsync(`0,MagicOnion.Server.ServiceContext) + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.InvokeAsync(TService, MagicOnion.Server.ServiceContext) + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync(TService, MagicOnion.Server.ServiceContext) + nameWithType: MagicOnionClientStreamingMethod.InvokeAsync(TService, ServiceContext) + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync(TService, ServiceContext) +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.InvokeAsync* + name: InvokeAsync + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_InvokeAsync_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.InvokeAsync + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.InvokeAsync + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync + nameWithType: MagicOnionClientStreamingMethod.InvokeAsync + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.Metadata + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_Metadata + commentId: P:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.Metadata + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata + nameWithType: MagicOnionClientStreamingMethod.Metadata + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.Metadata* + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_Metadata_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.Metadata + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata + nameWithType: MagicOnionClientStreamingMethod.Metadata + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.MethodName + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_MethodName + commentId: P:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.MethodName + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName + nameWithType: MagicOnionClientStreamingMethod.MethodName + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.MethodName* + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_MethodName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.MethodName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName + nameWithType: MagicOnionClientStreamingMethod.MethodName + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.MethodType + name: MethodType + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_MethodType + commentId: P:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.MethodType + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.MethodType + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType + nameWithType: MagicOnionClientStreamingMethod.MethodType + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.MethodType* + name: MethodType + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_MethodType_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.MethodType + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.MethodType + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType + nameWithType: MagicOnionClientStreamingMethod.MethodType + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.ServiceImplementationType + name: ServiceImplementationType + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_ServiceImplementationType + commentId: P:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.ServiceImplementationType + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.ServiceImplementationType + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType + nameWithType: MagicOnionClientStreamingMethod.ServiceImplementationType + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.ServiceImplementationType* + name: ServiceImplementationType + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_ServiceImplementationType_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.ServiceImplementationType + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.ServiceImplementationType + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType + nameWithType: MagicOnionClientStreamingMethod.ServiceImplementationType + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.ServiceName + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_ServiceName + commentId: P:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.ServiceName + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName + nameWithType: MagicOnionClientStreamingMethod.ServiceName + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.ServiceName* + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionClientStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionClientStreamingMethod_5_ServiceName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionClientStreamingMethod`5.ServiceName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName + nameWithType: MagicOnionClientStreamingMethod.ServiceName + nameWithType.vb: MagicOnionClientStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5 + name: MagicOnionDuplexStreamingMethod + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html + commentId: T:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5 + name.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) + nameWithType: MagicOnionDuplexStreamingMethod + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.#ctor(MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod{`0},Func{`0,MagicOnion.Server.ServiceContext,Task}) + name: MagicOnionDuplexStreamingMethod(MagicOnionStreamingHubConnectMethod, Func) + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5__ctor_MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod__0__Func__0_MagicOnion_Server_ServiceContext_Task__ + commentId: M:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.#ctor(MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod{`0},Func{`0,MagicOnion.Server.ServiceContext,Task}) + name.vb: MagicOnionDuplexStreamingMethod(MagicOnionStreamingHubConnectMethod(Of TService), Func(Of TService, ServiceContext, Task)) + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.MagicOnionDuplexStreamingMethod(MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod, Func) + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionDuplexStreamingMethod(MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService), Func(Of TService, MagicOnion.Server.ServiceContext, Task)) + nameWithType: MagicOnionDuplexStreamingMethod.MagicOnionDuplexStreamingMethod(MagicOnionStreamingHubConnectMethod, Func) + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionDuplexStreamingMethod(MagicOnionStreamingHubConnectMethod(Of TService), Func(Of TService, ServiceContext, Task)) +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.ServiceContext,Task}) + name: MagicOnionDuplexStreamingMethod(String, String, Func) + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5__ctor_System_String_System_String_Func__0_MagicOnion_Server_ServiceContext_Task__ + commentId: M:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.ServiceContext,Task}) + name.vb: MagicOnionDuplexStreamingMethod(String, String, Func(Of TService, ServiceContext, Task)) + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.MagicOnionDuplexStreamingMethod(System.String, System.String, Func) + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionDuplexStreamingMethod(System.String, System.String, Func(Of TService, MagicOnion.Server.ServiceContext, Task)) + nameWithType: MagicOnionDuplexStreamingMethod.MagicOnionDuplexStreamingMethod(String, String, Func) + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionDuplexStreamingMethod(String, String, Func(Of TService, ServiceContext, Task)) +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.#ctor* + name: MagicOnionDuplexStreamingMethod + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5__ctor_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.#ctor + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.MagicOnionDuplexStreamingMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionDuplexStreamingMethod + nameWithType: MagicOnionDuplexStreamingMethod.MagicOnionDuplexStreamingMethod + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionDuplexStreamingMethod +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder{`0}) + name: Bind(IMagicOnionGrpcMethodBinder) + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_Bind_MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder__0__ + commentId: M:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder{`0}) + name.vb: Bind(IMagicOnionGrpcMethodBinder(Of TService)) + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder) + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService)) + nameWithType: MagicOnionDuplexStreamingMethod.Bind(IMagicOnionGrpcMethodBinder) + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind(IMagicOnionGrpcMethodBinder(Of TService)) +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.Bind* + name: Bind + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_Bind_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.Bind + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.Bind + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind + nameWithType: MagicOnionDuplexStreamingMethod.Bind + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.InvokeAsync(`0,MagicOnion.Server.ServiceContext) + name: InvokeAsync(TService, ServiceContext) + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_InvokeAsync__0_MagicOnion_Server_ServiceContext_ + commentId: M:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.InvokeAsync(`0,MagicOnion.Server.ServiceContext) + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.InvokeAsync(TService, MagicOnion.Server.ServiceContext) + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync(TService, MagicOnion.Server.ServiceContext) + nameWithType: MagicOnionDuplexStreamingMethod.InvokeAsync(TService, ServiceContext) + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync(TService, ServiceContext) +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.InvokeAsync* + name: InvokeAsync + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_InvokeAsync_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.InvokeAsync + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.InvokeAsync + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync + nameWithType: MagicOnionDuplexStreamingMethod.InvokeAsync + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.Metadata + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_Metadata + commentId: P:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.Metadata + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata + nameWithType: MagicOnionDuplexStreamingMethod.Metadata + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.Metadata* + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_Metadata_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.Metadata + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata + nameWithType: MagicOnionDuplexStreamingMethod.Metadata + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.MethodName + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_MethodName + commentId: P:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.MethodName + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName + nameWithType: MagicOnionDuplexStreamingMethod.MethodName + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.MethodName* + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_MethodName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.MethodName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName + nameWithType: MagicOnionDuplexStreamingMethod.MethodName + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.MethodType + name: MethodType + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_MethodType + commentId: P:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.MethodType + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.MethodType + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType + nameWithType: MagicOnionDuplexStreamingMethod.MethodType + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.MethodType* + name: MethodType + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_MethodType_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.MethodType + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.MethodType + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType + nameWithType: MagicOnionDuplexStreamingMethod.MethodType + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.ServiceImplementationType + name: ServiceImplementationType + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_ServiceImplementationType + commentId: P:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.ServiceImplementationType + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.ServiceImplementationType + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType + nameWithType: MagicOnionDuplexStreamingMethod.ServiceImplementationType + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.ServiceImplementationType* + name: ServiceImplementationType + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_ServiceImplementationType_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.ServiceImplementationType + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.ServiceImplementationType + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType + nameWithType: MagicOnionDuplexStreamingMethod.ServiceImplementationType + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.ServiceName + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_ServiceName + commentId: P:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.ServiceName + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName + nameWithType: MagicOnionDuplexStreamingMethod.ServiceName + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.ServiceName* + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionDuplexStreamingMethod_5_ServiceName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod`5.ServiceName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName + nameWithType: MagicOnionDuplexStreamingMethod.ServiceName + nameWithType.vb: MagicOnionDuplexStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext + name: MagicOnionGrpcServiceMappingContext + href: api/MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext.html + commentId: T:MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext + fullName: MagicOnion.Server.Binder.MagicOnionGrpcServiceMappingContext + nameWithType: MagicOnionGrpcServiceMappingContext +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5 + name: MagicOnionServerStreamingMethod + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html + commentId: T:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5 + name.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) + nameWithType: MagicOnionServerStreamingMethod + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.ServiceContext,`1,Task}) + name: MagicOnionServerStreamingMethod(String, String, Func) + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5__ctor_System_String_System_String_Func__0_MagicOnion_Server_ServiceContext__1_Task__ + commentId: M:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.ServiceContext,`1,Task}) + name.vb: MagicOnionServerStreamingMethod(String, String, Func(Of TService, ServiceContext, TRequest, Task)) + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.MagicOnionServerStreamingMethod(System.String, System.String, Func) + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionServerStreamingMethod(System.String, System.String, Func(Of TService, MagicOnion.Server.ServiceContext, TRequest, Task)) + nameWithType: MagicOnionServerStreamingMethod.MagicOnionServerStreamingMethod(String, String, Func) + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionServerStreamingMethod(String, String, Func(Of TService, ServiceContext, TRequest, Task)) +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.#ctor* + name: MagicOnionServerStreamingMethod + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5__ctor_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.#ctor + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.MagicOnionServerStreamingMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionServerStreamingMethod + nameWithType: MagicOnionServerStreamingMethod.MagicOnionServerStreamingMethod + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MagicOnionServerStreamingMethod +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder{`0}) + name: Bind(IMagicOnionGrpcMethodBinder) + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_Bind_MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder__0__ + commentId: M:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder{`0}) + name.vb: Bind(IMagicOnionGrpcMethodBinder(Of TService)) + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder) + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService)) + nameWithType: MagicOnionServerStreamingMethod.Bind(IMagicOnionGrpcMethodBinder) + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind(IMagicOnionGrpcMethodBinder(Of TService)) +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.Bind* + name: Bind + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_Bind_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.Bind + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.Bind + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind + nameWithType: MagicOnionServerStreamingMethod.Bind + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Bind +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.InvokeAsync(`0,MagicOnion.Server.ServiceContext,`1) + name: InvokeAsync(TService, ServiceContext, TRequest) + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_InvokeAsync__0_MagicOnion_Server_ServiceContext__1_ + commentId: M:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.InvokeAsync(`0,MagicOnion.Server.ServiceContext,`1) + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.InvokeAsync(TService, MagicOnion.Server.ServiceContext, TRequest) + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync(TService, MagicOnion.Server.ServiceContext, TRequest) + nameWithType: MagicOnionServerStreamingMethod.InvokeAsync(TService, ServiceContext, TRequest) + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync(TService, ServiceContext, TRequest) +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.InvokeAsync* + name: InvokeAsync + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_InvokeAsync_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.InvokeAsync + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.InvokeAsync + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync + nameWithType: MagicOnionServerStreamingMethod.InvokeAsync + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).InvokeAsync +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.Metadata + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_Metadata + commentId: P:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.Metadata + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata + nameWithType: MagicOnionServerStreamingMethod.Metadata + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.Metadata* + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_Metadata_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.Metadata + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata + nameWithType: MagicOnionServerStreamingMethod.Metadata + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.MethodName + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_MethodName + commentId: P:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.MethodName + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName + nameWithType: MagicOnionServerStreamingMethod.MethodName + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.MethodName* + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_MethodName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.MethodName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName + nameWithType: MagicOnionServerStreamingMethod.MethodName + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.MethodType + name: MethodType + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_MethodType + commentId: P:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.MethodType + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.MethodType + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType + nameWithType: MagicOnionServerStreamingMethod.MethodType + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.MethodType* + name: MethodType + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_MethodType_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.MethodType + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.MethodType + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType + nameWithType: MagicOnionServerStreamingMethod.MethodType + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).MethodType +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.ServiceImplementationType + name: ServiceImplementationType + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_ServiceImplementationType + commentId: P:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.ServiceImplementationType + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.ServiceImplementationType + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType + nameWithType: MagicOnionServerStreamingMethod.ServiceImplementationType + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.ServiceImplementationType* + name: ServiceImplementationType + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_ServiceImplementationType_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.ServiceImplementationType + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.ServiceImplementationType + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType + nameWithType: MagicOnionServerStreamingMethod.ServiceImplementationType + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceImplementationType +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.ServiceName + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_ServiceName + commentId: P:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.ServiceName + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName + nameWithType: MagicOnionServerStreamingMethod.ServiceName + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.ServiceName* + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionServerStreamingMethod-5.html#MagicOnion_Server_Binder_MagicOnionServerStreamingMethod_5_ServiceName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionServerStreamingMethod`5.ServiceName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName + nameWithType: MagicOnionServerStreamingMethod.ServiceName + nameWithType.vb: MagicOnionServerStreamingMethod(Of TService, TRequest, TResponse, TRawRequest, TRawResponse).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1 + name: MagicOnionStreamingHubConnectMethod + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html + commentId: T:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1 + name.vb: MagicOnionStreamingHubConnectMethod(Of TService) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService) + nameWithType: MagicOnionStreamingHubConnectMethod + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.#ctor(System.String) + name: MagicOnionStreamingHubConnectMethod(String) + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1__ctor_System_String_ + commentId: M:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.#ctor(System.String) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.MagicOnionStreamingHubConnectMethod(System.String) + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).MagicOnionStreamingHubConnectMethod(System.String) + nameWithType: MagicOnionStreamingHubConnectMethod.MagicOnionStreamingHubConnectMethod(String) + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).MagicOnionStreamingHubConnectMethod(String) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.#ctor* + name: MagicOnionStreamingHubConnectMethod + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1__ctor_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.#ctor + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.MagicOnionStreamingHubConnectMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).MagicOnionStreamingHubConnectMethod + nameWithType: MagicOnionStreamingHubConnectMethod.MagicOnionStreamingHubConnectMethod + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).MagicOnionStreamingHubConnectMethod +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder{`0}) + name: Bind(IMagicOnionGrpcMethodBinder) + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_Bind_MagicOnion_Server_Binder_IMagicOnionGrpcMethodBinder__0__ + commentId: M:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder{`0}) + name.vb: Bind(IMagicOnionGrpcMethodBinder(Of TService)) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder) + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).Bind(MagicOnion.Server.Binder.IMagicOnionGrpcMethodBinder(Of TService)) + nameWithType: MagicOnionStreamingHubConnectMethod.Bind(IMagicOnionGrpcMethodBinder) + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).Bind(IMagicOnionGrpcMethodBinder(Of TService)) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.Bind* + name: Bind + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_Bind_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.Bind + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.Bind + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).Bind + nameWithType: MagicOnionStreamingHubConnectMethod.Bind + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).Bind +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.Metadata + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_Metadata + commentId: P:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.Metadata + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).Metadata + nameWithType: MagicOnionStreamingHubConnectMethod.Metadata + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.Metadata* + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_Metadata_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.Metadata + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).Metadata + nameWithType: MagicOnionStreamingHubConnectMethod.Metadata + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.MethodName + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_MethodName + commentId: P:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.MethodName + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).MethodName + nameWithType: MagicOnionStreamingHubConnectMethod.MethodName + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.MethodName* + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_MethodName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.MethodName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).MethodName + nameWithType: MagicOnionStreamingHubConnectMethod.MethodName + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.MethodType + name: MethodType + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_MethodType + commentId: P:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.MethodType + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.MethodType + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).MethodType + nameWithType: MagicOnionStreamingHubConnectMethod.MethodType + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).MethodType +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.MethodType* + name: MethodType + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_MethodType_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.MethodType + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.MethodType + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).MethodType + nameWithType: MagicOnionStreamingHubConnectMethod.MethodType + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).MethodType +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.ServiceImplementationType + name: ServiceImplementationType + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_ServiceImplementationType + commentId: P:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.ServiceImplementationType + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.ServiceImplementationType + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).ServiceImplementationType + nameWithType: MagicOnionStreamingHubConnectMethod.ServiceImplementationType + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).ServiceImplementationType +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.ServiceImplementationType* + name: ServiceImplementationType + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_ServiceImplementationType_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.ServiceImplementationType + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.ServiceImplementationType + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).ServiceImplementationType + nameWithType: MagicOnionStreamingHubConnectMethod.ServiceImplementationType + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).ServiceImplementationType +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.ServiceName + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_ServiceName + commentId: P:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.ServiceName + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).ServiceName + nameWithType: MagicOnionStreamingHubConnectMethod.ServiceName + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.ServiceName* + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod-1.html#MagicOnion_Server_Binder_MagicOnionStreamingHubConnectMethod_1_ServiceName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod`1.ServiceName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubConnectMethod(Of TService).ServiceName + nameWithType: MagicOnionStreamingHubConnectMethod.ServiceName + nameWithType.vb: MagicOnionStreamingHubConnectMethod(Of TService).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2 + name: MagicOnionStreamingHubMethod + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html + commentId: T:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2 + name.vb: MagicOnionStreamingHubMethod(Of TService, TRequest) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest) + nameWithType: MagicOnionStreamingHubMethod + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.#ctor(System.String,System.String,Action{`0,MagicOnion.Server.Hubs.StreamingHubContext,`1}) + name: MagicOnionStreamingHubMethod(String, String, Action) + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2__ctor_System_String_System_String_Action__0_MagicOnion_Server_Hubs_StreamingHubContext__1__ + commentId: M:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.#ctor(System.String,System.String,Action{`0,MagicOnion.Server.Hubs.StreamingHubContext,`1}) + name.vb: MagicOnionStreamingHubMethod(String, String, Action(Of TService, StreamingHubContext, TRequest)) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(System.String, System.String, Action) + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).MagicOnionStreamingHubMethod(System.String, System.String, Action(Of TService, MagicOnion.Server.Hubs.StreamingHubContext, TRequest)) + nameWithType: MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(String, String, Action) + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).MagicOnionStreamingHubMethod(String, String, Action(Of TService, StreamingHubContext, TRequest)) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.#ctor(System.String,System.String,Delegate) + name: MagicOnionStreamingHubMethod(String, String, Delegate) + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2__ctor_System_String_System_String_Delegate_ + commentId: M:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.#ctor(System.String,System.String,Delegate) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(System.String, System.String, Delegate) + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).MagicOnionStreamingHubMethod(System.String, System.String, Delegate) + nameWithType: MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(String, String, Delegate) + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).MagicOnionStreamingHubMethod(String, String, Delegate) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.Hubs.StreamingHubContext,`1,Task}) + name: MagicOnionStreamingHubMethod(String, String, Func) + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2__ctor_System_String_System_String_Func__0_MagicOnion_Server_Hubs_StreamingHubContext__1_Task__ + commentId: M:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.Hubs.StreamingHubContext,`1,Task}) + name.vb: MagicOnionStreamingHubMethod(String, String, Func(Of TService, StreamingHubContext, TRequest, Task)) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(System.String, System.String, Func) + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).MagicOnionStreamingHubMethod(System.String, System.String, Func(Of TService, MagicOnion.Server.Hubs.StreamingHubContext, TRequest, Task)) + nameWithType: MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(String, String, Func) + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).MagicOnionStreamingHubMethod(String, String, Func(Of TService, StreamingHubContext, TRequest, Task)) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.Hubs.StreamingHubContext,`1,ValueTask}) + name: MagicOnionStreamingHubMethod(String, String, Func) + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2__ctor_System_String_System_String_Func__0_MagicOnion_Server_Hubs_StreamingHubContext__1_ValueTask__ + commentId: M:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.Hubs.StreamingHubContext,`1,ValueTask}) + name.vb: MagicOnionStreamingHubMethod(String, String, Func(Of TService, StreamingHubContext, TRequest, ValueTask)) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(System.String, System.String, Func) + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).MagicOnionStreamingHubMethod(System.String, System.String, Func(Of TService, MagicOnion.Server.Hubs.StreamingHubContext, TRequest, ValueTask)) + nameWithType: MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(String, String, Func) + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).MagicOnionStreamingHubMethod(String, String, Func(Of TService, StreamingHubContext, TRequest, ValueTask)) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.#ctor* + name: MagicOnionStreamingHubMethod + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2__ctor_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.#ctor + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).MagicOnionStreamingHubMethod + nameWithType: MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).MagicOnionStreamingHubMethod +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.InvokeAsync(MagicOnion.Server.Hubs.StreamingHubContext) + name: InvokeAsync(StreamingHubContext) + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2_InvokeAsync_MagicOnion_Server_Hubs_StreamingHubContext_ + commentId: M:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.InvokeAsync(MagicOnion.Server.Hubs.StreamingHubContext) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.InvokeAsync(MagicOnion.Server.Hubs.StreamingHubContext) + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).InvokeAsync(MagicOnion.Server.Hubs.StreamingHubContext) + nameWithType: MagicOnionStreamingHubMethod.InvokeAsync(StreamingHubContext) + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).InvokeAsync(StreamingHubContext) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.InvokeAsync* + name: InvokeAsync + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2_InvokeAsync_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.InvokeAsync + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.InvokeAsync + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).InvokeAsync + nameWithType: MagicOnionStreamingHubMethod.InvokeAsync + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).InvokeAsync +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.Metadata + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2_Metadata + commentId: P:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.Metadata + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).Metadata + nameWithType: MagicOnionStreamingHubMethod.Metadata + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.Metadata* + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2_Metadata_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.Metadata + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).Metadata + nameWithType: MagicOnionStreamingHubMethod.Metadata + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.MethodName + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2_MethodName + commentId: P:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.MethodName + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).MethodName + nameWithType: MagicOnionStreamingHubMethod.MethodName + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.MethodName* + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2_MethodName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.MethodName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).MethodName + nameWithType: MagicOnionStreamingHubMethod.MethodName + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.ServiceName + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2_ServiceName + commentId: P:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.ServiceName + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).ServiceName + nameWithType: MagicOnionStreamingHubMethod.ServiceName + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.ServiceName* + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-2.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_2_ServiceName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`2.ServiceName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest).ServiceName + nameWithType: MagicOnionStreamingHubMethod.ServiceName + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3 + name: MagicOnionStreamingHubMethod + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html + commentId: T:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3 + name.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse) + nameWithType: MagicOnionStreamingHubMethod + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.#ctor(System.String,System.String,Delegate) + name: MagicOnionStreamingHubMethod(String, String, Delegate) + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3__ctor_System_String_System_String_Delegate_ + commentId: M:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.#ctor(System.String,System.String,Delegate) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(System.String, System.String, Delegate) + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MagicOnionStreamingHubMethod(System.String, System.String, Delegate) + nameWithType: MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(String, String, Delegate) + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MagicOnionStreamingHubMethod(String, String, Delegate) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.Hubs.StreamingHubContext,`1,Task{`2}}) + name: MagicOnionStreamingHubMethod(String, String, Func>) + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3__ctor_System_String_System_String_Func__0_MagicOnion_Server_Hubs_StreamingHubContext__1_Task__2___ + commentId: M:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.Hubs.StreamingHubContext,`1,Task{`2}}) + name.vb: MagicOnionStreamingHubMethod(String, String, Func(Of TService, StreamingHubContext, TRequest, Task(Of TResponse))) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(System.String, System.String, Func>) + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MagicOnionStreamingHubMethod(System.String, System.String, Func(Of TService, MagicOnion.Server.Hubs.StreamingHubContext, TRequest, Task(Of TResponse))) + nameWithType: MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(String, String, Func>) + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MagicOnionStreamingHubMethod(String, String, Func(Of TService, StreamingHubContext, TRequest, Task(Of TResponse))) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.Hubs.StreamingHubContext,`1,ValueTask{`2}}) + name: MagicOnionStreamingHubMethod(String, String, Func>) + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3__ctor_System_String_System_String_Func__0_MagicOnion_Server_Hubs_StreamingHubContext__1_ValueTask__2___ + commentId: M:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.#ctor(System.String,System.String,Func{`0,MagicOnion.Server.Hubs.StreamingHubContext,`1,ValueTask{`2}}) + name.vb: MagicOnionStreamingHubMethod(String, String, Func(Of TService, StreamingHubContext, TRequest, ValueTask(Of TResponse))) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(System.String, System.String, Func>) + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MagicOnionStreamingHubMethod(System.String, System.String, Func(Of TService, MagicOnion.Server.Hubs.StreamingHubContext, TRequest, ValueTask(Of TResponse))) + nameWithType: MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod(String, String, Func>) + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MagicOnionStreamingHubMethod(String, String, Func(Of TService, StreamingHubContext, TRequest, ValueTask(Of TResponse))) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.#ctor* + name: MagicOnionStreamingHubMethod + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3__ctor_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.#ctor + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MagicOnionStreamingHubMethod + nameWithType: MagicOnionStreamingHubMethod.MagicOnionStreamingHubMethod + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MagicOnionStreamingHubMethod +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.InvokeAsync(MagicOnion.Server.Hubs.StreamingHubContext) + name: InvokeAsync(StreamingHubContext) + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3_InvokeAsync_MagicOnion_Server_Hubs_StreamingHubContext_ + commentId: M:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.InvokeAsync(MagicOnion.Server.Hubs.StreamingHubContext) + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.InvokeAsync(MagicOnion.Server.Hubs.StreamingHubContext) + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).InvokeAsync(MagicOnion.Server.Hubs.StreamingHubContext) + nameWithType: MagicOnionStreamingHubMethod.InvokeAsync(StreamingHubContext) + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).InvokeAsync(StreamingHubContext) +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.InvokeAsync* + name: InvokeAsync + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3_InvokeAsync_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.InvokeAsync + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.InvokeAsync + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).InvokeAsync + nameWithType: MagicOnionStreamingHubMethod.InvokeAsync + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).InvokeAsync +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.Metadata + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3_Metadata + commentId: P:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.Metadata + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).Metadata + nameWithType: MagicOnionStreamingHubMethod.Metadata + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.Metadata* + name: Metadata + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3_Metadata_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.Metadata + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.Metadata + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).Metadata + nameWithType: MagicOnionStreamingHubMethod.Metadata + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).Metadata +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.MethodName + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3_MethodName + commentId: P:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.MethodName + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MethodName + nameWithType: MagicOnionStreamingHubMethod.MethodName + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.MethodName* + name: MethodName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3_MethodName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.MethodName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.MethodName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MethodName + nameWithType: MagicOnionStreamingHubMethod.MethodName + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).MethodName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.ServiceName + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3_ServiceName + commentId: P:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.ServiceName + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).ServiceName + nameWithType: MagicOnionStreamingHubMethod.ServiceName + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.ServiceName* + name: ServiceName + href: api/MagicOnion.Server.Binder.MagicOnionStreamingHubMethod-3.html#MagicOnion_Server_Binder_MagicOnionStreamingHubMethod_3_ServiceName_ + commentId: Overload:MagicOnion.Server.Binder.MagicOnionStreamingHubMethod`3.ServiceName + isSpec: "True" + fullName: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod.ServiceName + fullName.vb: MagicOnion.Server.Binder.MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).ServiceName + nameWithType: MagicOnionStreamingHubMethod.ServiceName + nameWithType.vb: MagicOnionStreamingHubMethod(Of TService, TRequest, TResponse).ServiceName +- uid: MagicOnion.Server.Binder.MagicOnionUnaryMethodBase`5 + name: MagicOnionUnaryMethodBase + href: api/MagicOnion.Server.Binder.MagicOnionUnaryMethodBase-5.html + commentId: T:MagicOnion.Server.Binder.MagicOnionUnaryMethodBase`5 + name.vb: MagicOnionUnaryMethodBase(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) + fullName: MagicOnion.Server.Binder.MagicOnionUnaryMethodBase + fullName.vb: MagicOnion.Server.Binder.MagicOnionUnaryMethodBase(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) + nameWithType: MagicOnionUnaryMethodBase + nameWithType.vb: MagicOnionUnaryMethodBase(Of TService, TRequest, TResponse, TRawRequest, TRawResponse) - uid: MagicOnion.Server.ClientStreamingContext`2 name: ClientStreamingContext href: api/MagicOnion.Server.ClientStreamingContext-2.html @@ -9608,6 +10773,19 @@ references: commentId: T:MagicOnion.Server.Diagnostics.MagicOnionServerLog fullName: MagicOnion.Server.Diagnostics.MagicOnionServerLog nameWithType: MagicOnionServerLog +- uid: MagicOnion.Server.Diagnostics.MagicOnionServerLog.AddStreamingHubMethod(ILogger,System.String,System.String,System.Int32) + name: AddStreamingHubMethod(ILogger, String, String, Int32) + href: api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html#MagicOnion_Server_Diagnostics_MagicOnionServerLog_AddStreamingHubMethod_ILogger_System_String_System_String_System_Int32_ + commentId: M:MagicOnion.Server.Diagnostics.MagicOnionServerLog.AddStreamingHubMethod(ILogger,System.String,System.String,System.Int32) + fullName: MagicOnion.Server.Diagnostics.MagicOnionServerLog.AddStreamingHubMethod(ILogger, System.String, System.String, System.Int32) + nameWithType: MagicOnionServerLog.AddStreamingHubMethod(ILogger, String, String, Int32) +- uid: MagicOnion.Server.Diagnostics.MagicOnionServerLog.AddStreamingHubMethod* + name: AddStreamingHubMethod + href: api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html#MagicOnion_Server_Diagnostics_MagicOnionServerLog_AddStreamingHubMethod_ + commentId: Overload:MagicOnion.Server.Diagnostics.MagicOnionServerLog.AddStreamingHubMethod + isSpec: "True" + fullName: MagicOnion.Server.Diagnostics.MagicOnionServerLog.AddStreamingHubMethod + nameWithType: MagicOnionServerLog.AddStreamingHubMethod - uid: MagicOnion.Server.Diagnostics.MagicOnionServerLog.BeginBuildServiceDefinition(ILogger) name: BeginBuildServiceDefinition(ILogger) href: api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html#MagicOnion_Server_Diagnostics_MagicOnionServerLog_BeginBuildServiceDefinition_ILogger_ @@ -9832,6 +11010,32 @@ references: isSpec: "True" fullName: MagicOnion.Server.Diagnostics.MagicOnionServerLog.SendHeartbeat nameWithType: MagicOnionServerLog.SendHeartbeat +- uid: MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodDiscovered(ILogger,System.String,System.String) + name: ServiceMethodDiscovered(ILogger, String, String) + href: api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html#MagicOnion_Server_Diagnostics_MagicOnionServerLog_ServiceMethodDiscovered_ILogger_System_String_System_String_ + commentId: M:MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodDiscovered(ILogger,System.String,System.String) + fullName: MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodDiscovered(ILogger, System.String, System.String) + nameWithType: MagicOnionServerLog.ServiceMethodDiscovered(ILogger, String, String) +- uid: MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodDiscovered* + name: ServiceMethodDiscovered + href: api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html#MagicOnion_Server_Diagnostics_MagicOnionServerLog_ServiceMethodDiscovered_ + commentId: Overload:MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodDiscovered + isSpec: "True" + fullName: MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodDiscovered + nameWithType: MagicOnionServerLog.ServiceMethodDiscovered +- uid: MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodNotDiscovered(ILogger,System.String) + name: ServiceMethodNotDiscovered(ILogger, String) + href: api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html#MagicOnion_Server_Diagnostics_MagicOnionServerLog_ServiceMethodNotDiscovered_ILogger_System_String_ + commentId: M:MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodNotDiscovered(ILogger,System.String) + fullName: MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodNotDiscovered(ILogger, System.String) + nameWithType: MagicOnionServerLog.ServiceMethodNotDiscovered(ILogger, String) +- uid: MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodNotDiscovered* + name: ServiceMethodNotDiscovered + href: api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html#MagicOnion_Server_Diagnostics_MagicOnionServerLog_ServiceMethodNotDiscovered_ + commentId: Overload:MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodNotDiscovered + isSpec: "True" + fullName: MagicOnion.Server.Diagnostics.MagicOnionServerLog.ServiceMethodNotDiscovered + nameWithType: MagicOnionServerLog.ServiceMethodNotDiscovered - uid: MagicOnion.Server.Diagnostics.MagicOnionServerLog.ShutdownHeartbeatTimer(ILogger,System.String) name: ShutdownHeartbeatTimer(ILogger, String) href: api/MagicOnion.Server.Diagnostics.MagicOnionServerLog.html#MagicOnion_Server_Diagnostics_MagicOnionServerLog_ShutdownHeartbeatTimer_ILogger_System_String_ @@ -11061,12 +12265,12 @@ references: commentId: T:MagicOnion.Server.Hubs.StreamingHubHandler fullName: MagicOnion.Server.Hubs.StreamingHubHandler nameWithType: StreamingHubHandler -- uid: MagicOnion.Server.Hubs.StreamingHubHandler.#ctor(Type,MethodInfo,MagicOnion.Server.Hubs.StreamingHubHandlerOptions,IServiceProvider) - name: StreamingHubHandler(Type, MethodInfo, StreamingHubHandlerOptions, IServiceProvider) - href: api/MagicOnion.Server.Hubs.StreamingHubHandler.html#MagicOnion_Server_Hubs_StreamingHubHandler__ctor_Type_MethodInfo_MagicOnion_Server_Hubs_StreamingHubHandlerOptions_IServiceProvider_ - commentId: M:MagicOnion.Server.Hubs.StreamingHubHandler.#ctor(Type,MethodInfo,MagicOnion.Server.Hubs.StreamingHubHandlerOptions,IServiceProvider) - fullName: MagicOnion.Server.Hubs.StreamingHubHandler.StreamingHubHandler(Type, MethodInfo, MagicOnion.Server.Hubs.StreamingHubHandlerOptions, IServiceProvider) - nameWithType: StreamingHubHandler.StreamingHubHandler(Type, MethodInfo, StreamingHubHandlerOptions, IServiceProvider) +- uid: MagicOnion.Server.Hubs.StreamingHubHandler.#ctor(MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod,MagicOnion.Server.Hubs.StreamingHubHandlerOptions,IServiceProvider) + name: StreamingHubHandler(IMagicOnionStreamingHubMethod, StreamingHubHandlerOptions, IServiceProvider) + href: api/MagicOnion.Server.Hubs.StreamingHubHandler.html#MagicOnion_Server_Hubs_StreamingHubHandler__ctor_MagicOnion_Server_Binder_IMagicOnionStreamingHubMethod_MagicOnion_Server_Hubs_StreamingHubHandlerOptions_IServiceProvider_ + commentId: M:MagicOnion.Server.Hubs.StreamingHubHandler.#ctor(MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod,MagicOnion.Server.Hubs.StreamingHubHandlerOptions,IServiceProvider) + fullName: MagicOnion.Server.Hubs.StreamingHubHandler.StreamingHubHandler(MagicOnion.Server.Binder.IMagicOnionStreamingHubMethod, MagicOnion.Server.Hubs.StreamingHubHandlerOptions, IServiceProvider) + nameWithType: StreamingHubHandler.StreamingHubHandler(IMagicOnionStreamingHubMethod, StreamingHubHandlerOptions, IServiceProvider) - uid: MagicOnion.Server.Hubs.StreamingHubHandler.#ctor* name: StreamingHubHandler href: api/MagicOnion.Server.Hubs.StreamingHubHandler.html#MagicOnion_Server_Hubs_StreamingHubHandler__ctor_ @@ -11210,19 +12414,6 @@ references: isSpec: "True" fullName: MagicOnion.Server.Hubs.StreamingHubHandlerOptions.GlobalStreamingHubFilters nameWithType: StreamingHubHandlerOptions.GlobalStreamingHubFilters -- uid: MagicOnion.Server.Hubs.StreamingHubHandlerOptions.MessageSerializer - name: MessageSerializer - href: api/MagicOnion.Server.Hubs.StreamingHubHandlerOptions.html#MagicOnion_Server_Hubs_StreamingHubHandlerOptions_MessageSerializer - commentId: P:MagicOnion.Server.Hubs.StreamingHubHandlerOptions.MessageSerializer - fullName: MagicOnion.Server.Hubs.StreamingHubHandlerOptions.MessageSerializer - nameWithType: StreamingHubHandlerOptions.MessageSerializer -- uid: MagicOnion.Server.Hubs.StreamingHubHandlerOptions.MessageSerializer* - name: MessageSerializer - href: api/MagicOnion.Server.Hubs.StreamingHubHandlerOptions.html#MagicOnion_Server_Hubs_StreamingHubHandlerOptions_MessageSerializer_ - commentId: Overload:MagicOnion.Server.Hubs.StreamingHubHandlerOptions.MessageSerializer - isSpec: "True" - fullName: MagicOnion.Server.Hubs.StreamingHubHandlerOptions.MessageSerializer - nameWithType: StreamingHubHandlerOptions.MessageSerializer - uid: MagicOnion.Server.IMagicOnionServerBuilder name: IMagicOnionServerBuilder href: api/MagicOnion.Server.IMagicOnionServerBuilder.html @@ -11286,15 +12477,15 @@ references: commentId: T:MagicOnion.Server.Internal.MethodHandlerMetadata fullName: MagicOnion.Server.Internal.MethodHandlerMetadata nameWithType: MethodHandlerMetadata -- uid: MagicOnion.Server.Internal.MethodHandlerMetadata.#ctor(Type,MethodInfo,MethodType,Type,Type,IReadOnlyList{ParameterInfo},Type,ILookup{Type,Attribute},System.Boolean) - name: MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList, Type, ILookup, Boolean) - href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata__ctor_Type_MethodInfo_MethodType_Type_Type_IReadOnlyList_ParameterInfo__Type_ILookup_Type_Attribute__System_Boolean_ - commentId: M:MagicOnion.Server.Internal.MethodHandlerMetadata.#ctor(Type,MethodInfo,MethodType,Type,Type,IReadOnlyList{ParameterInfo},Type,ILookup{Type,Attribute},System.Boolean) - name.vb: MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList(Of ParameterInfo), Type, ILookup(Of Type, Attribute), Boolean) - fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList, Type, ILookup, System.Boolean) - fullName.vb: MagicOnion.Server.Internal.MethodHandlerMetadata.MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList(Of ParameterInfo), Type, ILookup(Of Type, Attribute), System.Boolean) - nameWithType: MethodHandlerMetadata.MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList, Type, ILookup, Boolean) - nameWithType.vb: MethodHandlerMetadata.MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList(Of ParameterInfo), Type, ILookup(Of Type, Attribute), Boolean) +- uid: MagicOnion.Server.Internal.MethodHandlerMetadata.#ctor(Type,MethodInfo,MethodType,Type,Type,IReadOnlyList{ParameterInfo},Type,IReadOnlyList{Attribute}) + name: MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList, Type, IReadOnlyList) + href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata__ctor_Type_MethodInfo_MethodType_Type_Type_IReadOnlyList_ParameterInfo__Type_IReadOnlyList_Attribute__ + commentId: M:MagicOnion.Server.Internal.MethodHandlerMetadata.#ctor(Type,MethodInfo,MethodType,Type,Type,IReadOnlyList{ParameterInfo},Type,IReadOnlyList{Attribute}) + name.vb: MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList(Of ParameterInfo), Type, IReadOnlyList(Of Attribute)) + fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList, Type, IReadOnlyList) + fullName.vb: MagicOnion.Server.Internal.MethodHandlerMetadata.MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList(Of ParameterInfo), Type, IReadOnlyList(Of Attribute)) + nameWithType: MethodHandlerMetadata.MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList, Type, IReadOnlyList) + nameWithType.vb: MethodHandlerMetadata.MethodHandlerMetadata(Type, MethodInfo, MethodType, Type, Type, IReadOnlyList(Of ParameterInfo), Type, IReadOnlyList(Of Attribute)) - uid: MagicOnion.Server.Internal.MethodHandlerMetadata.#ctor* name: MethodHandlerMetadata href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata__ctor_ @@ -11315,19 +12506,19 @@ references: isSpec: "True" fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.AttributeLookup nameWithType: MethodHandlerMetadata.AttributeLookup -- uid: MagicOnion.Server.Internal.MethodHandlerMetadata.IsResultTypeTask - name: IsResultTypeTask - href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata_IsResultTypeTask - commentId: P:MagicOnion.Server.Internal.MethodHandlerMetadata.IsResultTypeTask - fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.IsResultTypeTask - nameWithType: MethodHandlerMetadata.IsResultTypeTask -- uid: MagicOnion.Server.Internal.MethodHandlerMetadata.IsResultTypeTask* - name: IsResultTypeTask - href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata_IsResultTypeTask_ - commentId: Overload:MagicOnion.Server.Internal.MethodHandlerMetadata.IsResultTypeTask - isSpec: "True" - fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.IsResultTypeTask - nameWithType: MethodHandlerMetadata.IsResultTypeTask +- uid: MagicOnion.Server.Internal.MethodHandlerMetadata.Attributes + name: Attributes + href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata_Attributes + commentId: P:MagicOnion.Server.Internal.MethodHandlerMetadata.Attributes + fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.Attributes + nameWithType: MethodHandlerMetadata.Attributes +- uid: MagicOnion.Server.Internal.MethodHandlerMetadata.Attributes* + name: Attributes + href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata_Attributes_ + commentId: Overload:MagicOnion.Server.Internal.MethodHandlerMetadata.Attributes + isSpec: "True" + fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.Attributes + nameWithType: MethodHandlerMetadata.Attributes - uid: MagicOnion.Server.Internal.MethodHandlerMetadata.MethodType name: MethodType href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata_MethodType @@ -11380,6 +12571,19 @@ references: isSpec: "True" fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.ResponseType nameWithType: MethodHandlerMetadata.ResponseType +- uid: MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceImplementationMethod + name: ServiceImplementationMethod + href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata_ServiceImplementationMethod + commentId: P:MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceImplementationMethod + fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceImplementationMethod + nameWithType: MethodHandlerMetadata.ServiceImplementationMethod +- uid: MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceImplementationMethod* + name: ServiceImplementationMethod + href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata_ServiceImplementationMethod_ + commentId: Overload:MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceImplementationMethod + isSpec: "True" + fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceImplementationMethod + nameWithType: MethodHandlerMetadata.ServiceImplementationMethod - uid: MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceImplementationType name: ServiceImplementationType href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata_ServiceImplementationType @@ -11406,34 +12610,21 @@ references: isSpec: "True" fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceInterface nameWithType: MethodHandlerMetadata.ServiceInterface -- uid: MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceMethod - name: ServiceMethod - href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata_ServiceMethod - commentId: P:MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceMethod - fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceMethod - nameWithType: MethodHandlerMetadata.ServiceMethod -- uid: MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceMethod* - name: ServiceMethod - href: api/MagicOnion.Server.Internal.MethodHandlerMetadata.html#MagicOnion_Server_Internal_MethodHandlerMetadata_ServiceMethod_ - commentId: Overload:MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceMethod - isSpec: "True" - fullName: MagicOnion.Server.Internal.MethodHandlerMetadata.ServiceMethod - nameWithType: MethodHandlerMetadata.ServiceMethod - uid: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata name: StreamingHubMethodHandlerMetadata href: api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html commentId: T:MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata fullName: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata nameWithType: StreamingHubMethodHandlerMetadata -- uid: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.#ctor(System.Int32,Type,MethodInfo,MethodInfo,System.Nullable{Type},Type,IReadOnlyList{ParameterInfo},Type,ILookup{Type,Attribute}) - name: StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable, Type, IReadOnlyList, Type, ILookup) - href: api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html#MagicOnion_Server_Internal_StreamingHubMethodHandlerMetadata__ctor_System_Int32_Type_MethodInfo_MethodInfo_System_Nullable_Type__Type_IReadOnlyList_ParameterInfo__Type_ILookup_Type_Attribute__ - commentId: M:MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.#ctor(System.Int32,Type,MethodInfo,MethodInfo,System.Nullable{Type},Type,IReadOnlyList{ParameterInfo},Type,ILookup{Type,Attribute}) - name.vb: StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable(Of Type), Type, IReadOnlyList(Of ParameterInfo), Type, ILookup(Of Type, Attribute)) - fullName: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.StreamingHubMethodHandlerMetadata(System.Int32, Type, MethodInfo, MethodInfo, System.Nullable, Type, IReadOnlyList, Type, ILookup) - fullName.vb: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.StreamingHubMethodHandlerMetadata(System.Int32, Type, MethodInfo, MethodInfo, System.Nullable(Of Type), Type, IReadOnlyList(Of ParameterInfo), Type, ILookup(Of Type, Attribute)) - nameWithType: StreamingHubMethodHandlerMetadata.StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable, Type, IReadOnlyList, Type, ILookup) - nameWithType.vb: StreamingHubMethodHandlerMetadata.StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable(Of Type), Type, IReadOnlyList(Of ParameterInfo), Type, ILookup(Of Type, Attribute)) +- uid: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.#ctor(System.Int32,Type,MethodInfo,MethodInfo,System.Nullable{Type},Type,IReadOnlyList{ParameterInfo},Type,IReadOnlyList{Attribute}) + name: StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable, Type, IReadOnlyList, Type, IReadOnlyList) + href: api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html#MagicOnion_Server_Internal_StreamingHubMethodHandlerMetadata__ctor_System_Int32_Type_MethodInfo_MethodInfo_System_Nullable_Type__Type_IReadOnlyList_ParameterInfo__Type_IReadOnlyList_Attribute__ + commentId: M:MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.#ctor(System.Int32,Type,MethodInfo,MethodInfo,System.Nullable{Type},Type,IReadOnlyList{ParameterInfo},Type,IReadOnlyList{Attribute}) + name.vb: StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable(Of Type), Type, IReadOnlyList(Of ParameterInfo), Type, IReadOnlyList(Of Attribute)) + fullName: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.StreamingHubMethodHandlerMetadata(System.Int32, Type, MethodInfo, MethodInfo, System.Nullable, Type, IReadOnlyList, Type, IReadOnlyList) + fullName.vb: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.StreamingHubMethodHandlerMetadata(System.Int32, Type, MethodInfo, MethodInfo, System.Nullable(Of Type), Type, IReadOnlyList(Of ParameterInfo), Type, IReadOnlyList(Of Attribute)) + nameWithType: StreamingHubMethodHandlerMetadata.StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable, Type, IReadOnlyList, Type, IReadOnlyList) + nameWithType.vb: StreamingHubMethodHandlerMetadata.StreamingHubMethodHandlerMetadata(Int32, Type, MethodInfo, MethodInfo, Nullable(Of Type), Type, IReadOnlyList(Of ParameterInfo), Type, IReadOnlyList(Of Attribute)) - uid: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.#ctor* name: StreamingHubMethodHandlerMetadata href: api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html#MagicOnion_Server_Internal_StreamingHubMethodHandlerMetadata__ctor_ @@ -11454,6 +12645,19 @@ references: isSpec: "True" fullName: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.AttributeLookup nameWithType: StreamingHubMethodHandlerMetadata.AttributeLookup +- uid: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.Attributes + name: Attributes + href: api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html#MagicOnion_Server_Internal_StreamingHubMethodHandlerMetadata_Attributes + commentId: P:MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.Attributes + fullName: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.Attributes + nameWithType: StreamingHubMethodHandlerMetadata.Attributes +- uid: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.Attributes* + name: Attributes + href: api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html#MagicOnion_Server_Internal_StreamingHubMethodHandlerMetadata_Attributes_ + commentId: Overload:MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.Attributes + isSpec: "True" + fullName: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.Attributes + nameWithType: StreamingHubMethodHandlerMetadata.Attributes - uid: MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.ImplementationMethod name: ImplementationMethod href: api/MagicOnion.Server.Internal.StreamingHubMethodHandlerMetadata.html#MagicOnion_Server_Internal_StreamingHubMethodHandlerMetadata_ImplementationMethod @@ -11918,49 +13122,6 @@ references: fullName.vb: MagicOnion.Server.IStreamingServiceContext(Of TRequest, TResponse) nameWithType: IStreamingServiceContext nameWithType.vb: IStreamingServiceContext(Of TRequest, TResponse) -- uid: MagicOnion.Server.MagicOnionEngine - name: MagicOnionEngine - href: api/MagicOnion.Server.MagicOnionEngine.html - commentId: T:MagicOnion.Server.MagicOnionEngine - fullName: MagicOnion.Server.MagicOnionEngine - nameWithType: MagicOnionEngine -- uid: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider,Assembly[],MagicOnion.Server.MagicOnionOptions) - name: BuildServerServiceDefinition(IServiceProvider, Assembly[], MagicOnionOptions) - href: api/MagicOnion.Server.MagicOnionEngine.html#MagicOnion_Server_MagicOnionEngine_BuildServerServiceDefinition_IServiceProvider_Assembly___MagicOnion_Server_MagicOnionOptions_ - commentId: M:MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider,Assembly[],MagicOnion.Server.MagicOnionOptions) - name.vb: BuildServerServiceDefinition(IServiceProvider, Assembly(), MagicOnionOptions) - fullName: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, Assembly[], MagicOnion.Server.MagicOnionOptions) - fullName.vb: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, Assembly(), MagicOnion.Server.MagicOnionOptions) - nameWithType: MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, Assembly[], MagicOnionOptions) - nameWithType.vb: MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, Assembly(), MagicOnionOptions) -- uid: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider,IEnumerable{Type},MagicOnion.Server.MagicOnionOptions) - name: BuildServerServiceDefinition(IServiceProvider, IEnumerable, MagicOnionOptions) - href: api/MagicOnion.Server.MagicOnionEngine.html#MagicOnion_Server_MagicOnionEngine_BuildServerServiceDefinition_IServiceProvider_IEnumerable_Type__MagicOnion_Server_MagicOnionOptions_ - commentId: M:MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider,IEnumerable{Type},MagicOnion.Server.MagicOnionOptions) - name.vb: BuildServerServiceDefinition(IServiceProvider, IEnumerable(Of Type), MagicOnionOptions) - fullName: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, IEnumerable, MagicOnion.Server.MagicOnionOptions) - fullName.vb: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, IEnumerable(Of Type), MagicOnion.Server.MagicOnionOptions) - nameWithType: MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, IEnumerable, MagicOnionOptions) - nameWithType.vb: MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, IEnumerable(Of Type), MagicOnionOptions) -- uid: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider,MagicOnion.Server.MagicOnionOptions) - name: BuildServerServiceDefinition(IServiceProvider, MagicOnionOptions) - href: api/MagicOnion.Server.MagicOnionEngine.html#MagicOnion_Server_MagicOnionEngine_BuildServerServiceDefinition_IServiceProvider_MagicOnion_Server_MagicOnionOptions_ - commentId: M:MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider,MagicOnion.Server.MagicOnionOptions) - fullName: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, MagicOnion.Server.MagicOnionOptions) - nameWithType: MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, MagicOnionOptions) -- uid: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider,System.Boolean) - name: BuildServerServiceDefinition(IServiceProvider, Boolean) - href: api/MagicOnion.Server.MagicOnionEngine.html#MagicOnion_Server_MagicOnionEngine_BuildServerServiceDefinition_IServiceProvider_System_Boolean_ - commentId: M:MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider,System.Boolean) - fullName: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, System.Boolean) - nameWithType: MagicOnionEngine.BuildServerServiceDefinition(IServiceProvider, Boolean) -- uid: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition* - name: BuildServerServiceDefinition - href: api/MagicOnion.Server.MagicOnionEngine.html#MagicOnion_Server_MagicOnionEngine_BuildServerServiceDefinition_ - commentId: Overload:MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition - isSpec: "True" - fullName: MagicOnion.Server.MagicOnionEngine.BuildServerServiceDefinition - nameWithType: MagicOnionEngine.BuildServerServiceDefinition - uid: MagicOnion.Server.MagicOnionFilterAttribute name: MagicOnionFilterAttribute href: api/MagicOnion.Server.MagicOnionFilterAttribute.html @@ -12238,345 +13399,6 @@ references: isSpec: "True" fullName: MagicOnion.Server.MagicOnionOptions.TimeProvider nameWithType: MagicOnionOptions.TimeProvider -- uid: MagicOnion.Server.MagicOnionServiceDefinition - name: MagicOnionServiceDefinition - href: api/MagicOnion.Server.MagicOnionServiceDefinition.html - commentId: T:MagicOnion.Server.MagicOnionServiceDefinition - fullName: MagicOnion.Server.MagicOnionServiceDefinition - nameWithType: MagicOnionServiceDefinition -- uid: MagicOnion.Server.MagicOnionServiceDefinition.#ctor(IReadOnlyList{MagicOnion.Server.MethodHandler},IReadOnlyList{MagicOnion.Server.Hubs.StreamingHubHandler}) - name: MagicOnionServiceDefinition(IReadOnlyList, IReadOnlyList) - href: api/MagicOnion.Server.MagicOnionServiceDefinition.html#MagicOnion_Server_MagicOnionServiceDefinition__ctor_IReadOnlyList_MagicOnion_Server_MethodHandler__IReadOnlyList_MagicOnion_Server_Hubs_StreamingHubHandler__ - commentId: M:MagicOnion.Server.MagicOnionServiceDefinition.#ctor(IReadOnlyList{MagicOnion.Server.MethodHandler},IReadOnlyList{MagicOnion.Server.Hubs.StreamingHubHandler}) - name.vb: MagicOnionServiceDefinition(IReadOnlyList(Of MethodHandler), IReadOnlyList(Of StreamingHubHandler)) - fullName: MagicOnion.Server.MagicOnionServiceDefinition.MagicOnionServiceDefinition(IReadOnlyList, IReadOnlyList) - fullName.vb: MagicOnion.Server.MagicOnionServiceDefinition.MagicOnionServiceDefinition(IReadOnlyList(Of MagicOnion.Server.MethodHandler), IReadOnlyList(Of MagicOnion.Server.Hubs.StreamingHubHandler)) - nameWithType: MagicOnionServiceDefinition.MagicOnionServiceDefinition(IReadOnlyList, IReadOnlyList) - nameWithType.vb: MagicOnionServiceDefinition.MagicOnionServiceDefinition(IReadOnlyList(Of MethodHandler), IReadOnlyList(Of StreamingHubHandler)) -- uid: MagicOnion.Server.MagicOnionServiceDefinition.#ctor* - name: MagicOnionServiceDefinition - href: api/MagicOnion.Server.MagicOnionServiceDefinition.html#MagicOnion_Server_MagicOnionServiceDefinition__ctor_ - commentId: Overload:MagicOnion.Server.MagicOnionServiceDefinition.#ctor - isSpec: "True" - fullName: MagicOnion.Server.MagicOnionServiceDefinition.MagicOnionServiceDefinition - nameWithType: MagicOnionServiceDefinition.MagicOnionServiceDefinition -- uid: MagicOnion.Server.MagicOnionServiceDefinition.MethodHandlers - name: MethodHandlers - href: api/MagicOnion.Server.MagicOnionServiceDefinition.html#MagicOnion_Server_MagicOnionServiceDefinition_MethodHandlers - commentId: P:MagicOnion.Server.MagicOnionServiceDefinition.MethodHandlers - fullName: MagicOnion.Server.MagicOnionServiceDefinition.MethodHandlers - nameWithType: MagicOnionServiceDefinition.MethodHandlers -- uid: MagicOnion.Server.MagicOnionServiceDefinition.MethodHandlers* - name: MethodHandlers - href: api/MagicOnion.Server.MagicOnionServiceDefinition.html#MagicOnion_Server_MagicOnionServiceDefinition_MethodHandlers_ - commentId: Overload:MagicOnion.Server.MagicOnionServiceDefinition.MethodHandlers - isSpec: "True" - fullName: MagicOnion.Server.MagicOnionServiceDefinition.MethodHandlers - nameWithType: MagicOnionServiceDefinition.MethodHandlers -- uid: MagicOnion.Server.MagicOnionServiceDefinition.StreamingHubHandlers - name: StreamingHubHandlers - href: api/MagicOnion.Server.MagicOnionServiceDefinition.html#MagicOnion_Server_MagicOnionServiceDefinition_StreamingHubHandlers - commentId: P:MagicOnion.Server.MagicOnionServiceDefinition.StreamingHubHandlers - fullName: MagicOnion.Server.MagicOnionServiceDefinition.StreamingHubHandlers - nameWithType: MagicOnionServiceDefinition.StreamingHubHandlers -- uid: MagicOnion.Server.MagicOnionServiceDefinition.StreamingHubHandlers* - name: StreamingHubHandlers - href: api/MagicOnion.Server.MagicOnionServiceDefinition.html#MagicOnion_Server_MagicOnionServiceDefinition_StreamingHubHandlers_ - commentId: Overload:MagicOnion.Server.MagicOnionServiceDefinition.StreamingHubHandlers - isSpec: "True" - fullName: MagicOnion.Server.MagicOnionServiceDefinition.StreamingHubHandlers - nameWithType: MagicOnionServiceDefinition.StreamingHubHandlers -- uid: MagicOnion.Server.MethodHandler - name: MethodHandler - href: api/MagicOnion.Server.MethodHandler.html - commentId: T:MagicOnion.Server.MethodHandler - fullName: MagicOnion.Server.MethodHandler - nameWithType: MethodHandler -- uid: MagicOnion.Server.MethodHandler.#ctor(Type,MethodInfo,System.String,MagicOnion.Server.MethodHandlerOptions,IServiceProvider,ILogger,System.Boolean) - name: MethodHandler(Type, MethodInfo, String, MethodHandlerOptions, IServiceProvider, ILogger, Boolean) - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler__ctor_Type_MethodInfo_System_String_MagicOnion_Server_MethodHandlerOptions_IServiceProvider_ILogger_System_Boolean_ - commentId: M:MagicOnion.Server.MethodHandler.#ctor(Type,MethodInfo,System.String,MagicOnion.Server.MethodHandlerOptions,IServiceProvider,ILogger,System.Boolean) - fullName: MagicOnion.Server.MethodHandler.MethodHandler(Type, MethodInfo, System.String, MagicOnion.Server.MethodHandlerOptions, IServiceProvider, ILogger, System.Boolean) - nameWithType: MethodHandler.MethodHandler(Type, MethodInfo, String, MethodHandlerOptions, IServiceProvider, ILogger, Boolean) -- uid: MagicOnion.Server.MethodHandler.#ctor* - name: MethodHandler - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler__ctor_ - commentId: Overload:MagicOnion.Server.MethodHandler.#ctor - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.MethodHandler - nameWithType: MethodHandler.MethodHandler -- uid: MagicOnion.Server.MethodHandler.AttributeLookup - name: AttributeLookup - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_AttributeLookup - commentId: P:MagicOnion.Server.MethodHandler.AttributeLookup - fullName: MagicOnion.Server.MethodHandler.AttributeLookup - nameWithType: MethodHandler.AttributeLookup -- uid: MagicOnion.Server.MethodHandler.AttributeLookup* - name: AttributeLookup - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_AttributeLookup_ - commentId: Overload:MagicOnion.Server.MethodHandler.AttributeLookup - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.AttributeLookup - nameWithType: MethodHandler.AttributeLookup -- uid: MagicOnion.Server.MethodHandler.Equals(MagicOnion.Server.MethodHandler) - name: Equals(MethodHandler) - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_Equals_MagicOnion_Server_MethodHandler_ - commentId: M:MagicOnion.Server.MethodHandler.Equals(MagicOnion.Server.MethodHandler) - fullName: MagicOnion.Server.MethodHandler.Equals(MagicOnion.Server.MethodHandler) - nameWithType: MethodHandler.Equals(MethodHandler) -- uid: MagicOnion.Server.MethodHandler.Equals* - name: Equals - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_Equals_ - commentId: Overload:MagicOnion.Server.MethodHandler.Equals - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.Equals - nameWithType: MethodHandler.Equals -- uid: MagicOnion.Server.MethodHandler.GetHashCode - name: GetHashCode() - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_GetHashCode - commentId: M:MagicOnion.Server.MethodHandler.GetHashCode - fullName: MagicOnion.Server.MethodHandler.GetHashCode() - nameWithType: MethodHandler.GetHashCode() -- uid: MagicOnion.Server.MethodHandler.GetHashCode* - name: GetHashCode - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_GetHashCode_ - commentId: Overload:MagicOnion.Server.MethodHandler.GetHashCode - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.GetHashCode - nameWithType: MethodHandler.GetHashCode -- uid: MagicOnion.Server.MethodHandler.MessageSerializer - name: MessageSerializer - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_MessageSerializer - commentId: P:MagicOnion.Server.MethodHandler.MessageSerializer - fullName: MagicOnion.Server.MethodHandler.MessageSerializer - nameWithType: MethodHandler.MessageSerializer -- uid: MagicOnion.Server.MethodHandler.MessageSerializer* - name: MessageSerializer - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_MessageSerializer_ - commentId: Overload:MagicOnion.Server.MethodHandler.MessageSerializer - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.MessageSerializer - nameWithType: MethodHandler.MessageSerializer -- uid: MagicOnion.Server.MethodHandler.MethodInfo - name: MethodInfo - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_MethodInfo - commentId: P:MagicOnion.Server.MethodHandler.MethodInfo - fullName: MagicOnion.Server.MethodHandler.MethodInfo - nameWithType: MethodHandler.MethodInfo -- uid: MagicOnion.Server.MethodHandler.MethodInfo* - name: MethodInfo - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_MethodInfo_ - commentId: Overload:MagicOnion.Server.MethodHandler.MethodInfo - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.MethodInfo - nameWithType: MethodHandler.MethodInfo -- uid: MagicOnion.Server.MethodHandler.MethodName - name: MethodName - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_MethodName - commentId: P:MagicOnion.Server.MethodHandler.MethodName - fullName: MagicOnion.Server.MethodHandler.MethodName - nameWithType: MethodHandler.MethodName -- uid: MagicOnion.Server.MethodHandler.MethodName* - name: MethodName - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_MethodName_ - commentId: Overload:MagicOnion.Server.MethodHandler.MethodName - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.MethodName - nameWithType: MethodHandler.MethodName -- uid: MagicOnion.Server.MethodHandler.MethodType - name: MethodType - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_MethodType - commentId: P:MagicOnion.Server.MethodHandler.MethodType - fullName: MagicOnion.Server.MethodHandler.MethodType - nameWithType: MethodHandler.MethodType -- uid: MagicOnion.Server.MethodHandler.MethodType* - name: MethodType - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_MethodType_ - commentId: Overload:MagicOnion.Server.MethodHandler.MethodType - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.MethodType - nameWithType: MethodHandler.MethodType -- uid: MagicOnion.Server.MethodHandler.RequestType - name: RequestType - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_RequestType - commentId: P:MagicOnion.Server.MethodHandler.RequestType - fullName: MagicOnion.Server.MethodHandler.RequestType - nameWithType: MethodHandler.RequestType -- uid: MagicOnion.Server.MethodHandler.RequestType* - name: RequestType - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_RequestType_ - commentId: Overload:MagicOnion.Server.MethodHandler.RequestType - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.RequestType - nameWithType: MethodHandler.RequestType -- uid: MagicOnion.Server.MethodHandler.ServiceName - name: ServiceName - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_ServiceName - commentId: P:MagicOnion.Server.MethodHandler.ServiceName - fullName: MagicOnion.Server.MethodHandler.ServiceName - nameWithType: MethodHandler.ServiceName -- uid: MagicOnion.Server.MethodHandler.ServiceName* - name: ServiceName - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_ServiceName_ - commentId: Overload:MagicOnion.Server.MethodHandler.ServiceName - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.ServiceName - nameWithType: MethodHandler.ServiceName -- uid: MagicOnion.Server.MethodHandler.ServiceType - name: ServiceType - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_ServiceType - commentId: P:MagicOnion.Server.MethodHandler.ServiceType - fullName: MagicOnion.Server.MethodHandler.ServiceType - nameWithType: MethodHandler.ServiceType -- uid: MagicOnion.Server.MethodHandler.ServiceType* - name: ServiceType - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_ServiceType_ - commentId: Overload:MagicOnion.Server.MethodHandler.ServiceType - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.ServiceType - nameWithType: MethodHandler.ServiceType -- uid: MagicOnion.Server.MethodHandler.ToString - name: ToString() - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_ToString - commentId: M:MagicOnion.Server.MethodHandler.ToString - fullName: MagicOnion.Server.MethodHandler.ToString() - nameWithType: MethodHandler.ToString() -- uid: MagicOnion.Server.MethodHandler.ToString* - name: ToString - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_ToString_ - commentId: Overload:MagicOnion.Server.MethodHandler.ToString - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.ToString - nameWithType: MethodHandler.ToString -- uid: MagicOnion.Server.MethodHandler.UniqueEqualityComparer - name: MethodHandler.UniqueEqualityComparer - href: api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.html - commentId: T:MagicOnion.Server.MethodHandler.UniqueEqualityComparer - fullName: MagicOnion.Server.MethodHandler.UniqueEqualityComparer - nameWithType: MethodHandler.UniqueEqualityComparer -- uid: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Equals(MagicOnion.Server.MethodHandler,MagicOnion.Server.MethodHandler) - name: Equals(MethodHandler, MethodHandler) - href: api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.html#MagicOnion_Server_MethodHandler_UniqueEqualityComparer_Equals_MagicOnion_Server_MethodHandler_MagicOnion_Server_MethodHandler_ - commentId: M:MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Equals(MagicOnion.Server.MethodHandler,MagicOnion.Server.MethodHandler) - fullName: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Equals(MagicOnion.Server.MethodHandler, MagicOnion.Server.MethodHandler) - nameWithType: MethodHandler.UniqueEqualityComparer.Equals(MethodHandler, MethodHandler) -- uid: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Equals* - name: Equals - href: api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.html#MagicOnion_Server_MethodHandler_UniqueEqualityComparer_Equals_ - commentId: Overload:MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Equals - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Equals - nameWithType: MethodHandler.UniqueEqualityComparer.Equals -- uid: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.GetHashCode(MagicOnion.Server.MethodHandler) - name: GetHashCode(MethodHandler) - href: api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.html#MagicOnion_Server_MethodHandler_UniqueEqualityComparer_GetHashCode_MagicOnion_Server_MethodHandler_ - commentId: M:MagicOnion.Server.MethodHandler.UniqueEqualityComparer.GetHashCode(MagicOnion.Server.MethodHandler) - fullName: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.GetHashCode(MagicOnion.Server.MethodHandler) - nameWithType: MethodHandler.UniqueEqualityComparer.GetHashCode(MethodHandler) -- uid: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.GetHashCode* - name: GetHashCode - href: api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.html#MagicOnion_Server_MethodHandler_UniqueEqualityComparer_GetHashCode_ - commentId: Overload:MagicOnion.Server.MethodHandler.UniqueEqualityComparer.GetHashCode - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.GetHashCode - nameWithType: MethodHandler.UniqueEqualityComparer.GetHashCode -- uid: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Instance - name: Instance - href: api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.html#MagicOnion_Server_MethodHandler_UniqueEqualityComparer_Instance - commentId: P:MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Instance - fullName: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Instance - nameWithType: MethodHandler.UniqueEqualityComparer.Instance -- uid: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Instance* - name: Instance - href: api/MagicOnion.Server.MethodHandler.UniqueEqualityComparer.html#MagicOnion_Server_MethodHandler_UniqueEqualityComparer_Instance_ - commentId: Overload:MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Instance - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.UniqueEqualityComparer.Instance - nameWithType: MethodHandler.UniqueEqualityComparer.Instance -- uid: MagicOnion.Server.MethodHandler.UnwrappedResponseType - name: UnwrappedResponseType - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_UnwrappedResponseType - commentId: P:MagicOnion.Server.MethodHandler.UnwrappedResponseType - fullName: MagicOnion.Server.MethodHandler.UnwrappedResponseType - nameWithType: MethodHandler.UnwrappedResponseType -- uid: MagicOnion.Server.MethodHandler.UnwrappedResponseType* - name: UnwrappedResponseType - href: api/MagicOnion.Server.MethodHandler.html#MagicOnion_Server_MethodHandler_UnwrappedResponseType_ - commentId: Overload:MagicOnion.Server.MethodHandler.UnwrappedResponseType - isSpec: "True" - fullName: MagicOnion.Server.MethodHandler.UnwrappedResponseType - nameWithType: MethodHandler.UnwrappedResponseType -- uid: MagicOnion.Server.MethodHandlerOptions - name: MethodHandlerOptions - href: api/MagicOnion.Server.MethodHandlerOptions.html - commentId: T:MagicOnion.Server.MethodHandlerOptions - fullName: MagicOnion.Server.MethodHandlerOptions - nameWithType: MethodHandlerOptions -- uid: MagicOnion.Server.MethodHandlerOptions.#ctor(MagicOnion.Server.MagicOnionOptions) - name: MethodHandlerOptions(MagicOnionOptions) - href: api/MagicOnion.Server.MethodHandlerOptions.html#MagicOnion_Server_MethodHandlerOptions__ctor_MagicOnion_Server_MagicOnionOptions_ - commentId: M:MagicOnion.Server.MethodHandlerOptions.#ctor(MagicOnion.Server.MagicOnionOptions) - fullName: MagicOnion.Server.MethodHandlerOptions.MethodHandlerOptions(MagicOnion.Server.MagicOnionOptions) - nameWithType: MethodHandlerOptions.MethodHandlerOptions(MagicOnionOptions) -- uid: MagicOnion.Server.MethodHandlerOptions.#ctor* - name: MethodHandlerOptions - href: api/MagicOnion.Server.MethodHandlerOptions.html#MagicOnion_Server_MethodHandlerOptions__ctor_ - commentId: Overload:MagicOnion.Server.MethodHandlerOptions.#ctor - isSpec: "True" - fullName: MagicOnion.Server.MethodHandlerOptions.MethodHandlerOptions - nameWithType: MethodHandlerOptions.MethodHandlerOptions -- uid: MagicOnion.Server.MethodHandlerOptions.EnableCurrentContext - name: EnableCurrentContext - href: api/MagicOnion.Server.MethodHandlerOptions.html#MagicOnion_Server_MethodHandlerOptions_EnableCurrentContext - commentId: P:MagicOnion.Server.MethodHandlerOptions.EnableCurrentContext - fullName: MagicOnion.Server.MethodHandlerOptions.EnableCurrentContext - nameWithType: MethodHandlerOptions.EnableCurrentContext -- uid: MagicOnion.Server.MethodHandlerOptions.EnableCurrentContext* - name: EnableCurrentContext - href: api/MagicOnion.Server.MethodHandlerOptions.html#MagicOnion_Server_MethodHandlerOptions_EnableCurrentContext_ - commentId: Overload:MagicOnion.Server.MethodHandlerOptions.EnableCurrentContext - isSpec: "True" - fullName: MagicOnion.Server.MethodHandlerOptions.EnableCurrentContext - nameWithType: MethodHandlerOptions.EnableCurrentContext -- uid: MagicOnion.Server.MethodHandlerOptions.GlobalFilters - name: GlobalFilters - href: api/MagicOnion.Server.MethodHandlerOptions.html#MagicOnion_Server_MethodHandlerOptions_GlobalFilters - commentId: P:MagicOnion.Server.MethodHandlerOptions.GlobalFilters - fullName: MagicOnion.Server.MethodHandlerOptions.GlobalFilters - nameWithType: MethodHandlerOptions.GlobalFilters -- uid: MagicOnion.Server.MethodHandlerOptions.GlobalFilters* - name: GlobalFilters - href: api/MagicOnion.Server.MethodHandlerOptions.html#MagicOnion_Server_MethodHandlerOptions_GlobalFilters_ - commentId: Overload:MagicOnion.Server.MethodHandlerOptions.GlobalFilters - isSpec: "True" - fullName: MagicOnion.Server.MethodHandlerOptions.GlobalFilters - nameWithType: MethodHandlerOptions.GlobalFilters -- uid: MagicOnion.Server.MethodHandlerOptions.IsReturnExceptionStackTraceInErrorDetail - name: IsReturnExceptionStackTraceInErrorDetail - href: api/MagicOnion.Server.MethodHandlerOptions.html#MagicOnion_Server_MethodHandlerOptions_IsReturnExceptionStackTraceInErrorDetail - commentId: P:MagicOnion.Server.MethodHandlerOptions.IsReturnExceptionStackTraceInErrorDetail - fullName: MagicOnion.Server.MethodHandlerOptions.IsReturnExceptionStackTraceInErrorDetail - nameWithType: MethodHandlerOptions.IsReturnExceptionStackTraceInErrorDetail -- uid: MagicOnion.Server.MethodHandlerOptions.IsReturnExceptionStackTraceInErrorDetail* - name: IsReturnExceptionStackTraceInErrorDetail - href: api/MagicOnion.Server.MethodHandlerOptions.html#MagicOnion_Server_MethodHandlerOptions_IsReturnExceptionStackTraceInErrorDetail_ - commentId: Overload:MagicOnion.Server.MethodHandlerOptions.IsReturnExceptionStackTraceInErrorDetail - isSpec: "True" - fullName: MagicOnion.Server.MethodHandlerOptions.IsReturnExceptionStackTraceInErrorDetail - nameWithType: MethodHandlerOptions.IsReturnExceptionStackTraceInErrorDetail -- uid: MagicOnion.Server.MethodHandlerOptions.MessageSerializer - name: MessageSerializer - href: api/MagicOnion.Server.MethodHandlerOptions.html#MagicOnion_Server_MethodHandlerOptions_MessageSerializer - commentId: P:MagicOnion.Server.MethodHandlerOptions.MessageSerializer - fullName: MagicOnion.Server.MethodHandlerOptions.MessageSerializer - nameWithType: MethodHandlerOptions.MessageSerializer -- uid: MagicOnion.Server.MethodHandlerOptions.MessageSerializer* - name: MessageSerializer - href: api/MagicOnion.Server.MethodHandlerOptions.html#MagicOnion_Server_MethodHandlerOptions_MessageSerializer_ - commentId: Overload:MagicOnion.Server.MethodHandlerOptions.MessageSerializer - isSpec: "True" - fullName: MagicOnion.Server.MethodHandlerOptions.MessageSerializer - nameWithType: MethodHandlerOptions.MessageSerializer - uid: MagicOnion.Server.ServerStreamingContext`1 name: ServerStreamingContext href: api/MagicOnion.Server.ServerStreamingContext-1.html @@ -12810,22 +13632,6 @@ references: commentId: T:MagicOnion.Server.ServiceContext fullName: MagicOnion.Server.ServiceContext nameWithType: ServiceContext -- uid: MagicOnion.Server.ServiceContext.#ctor(Type,MethodInfo,ILookup{Type,Attribute},MethodType,ServerCallContext,MagicOnion.Serialization.IMagicOnionSerializer,ILogger,MagicOnion.Server.MethodHandler,IServiceProvider) - name: ServiceContext(Type, MethodInfo, ILookup, MethodType, ServerCallContext, IMagicOnionSerializer, ILogger, MethodHandler, IServiceProvider) - href: api/MagicOnion.Server.ServiceContext.html#MagicOnion_Server_ServiceContext__ctor_Type_MethodInfo_ILookup_Type_Attribute__MethodType_ServerCallContext_MagicOnion_Serialization_IMagicOnionSerializer_ILogger_MagicOnion_Server_MethodHandler_IServiceProvider_ - commentId: M:MagicOnion.Server.ServiceContext.#ctor(Type,MethodInfo,ILookup{Type,Attribute},MethodType,ServerCallContext,MagicOnion.Serialization.IMagicOnionSerializer,ILogger,MagicOnion.Server.MethodHandler,IServiceProvider) - name.vb: ServiceContext(Type, MethodInfo, ILookup(Of Type, Attribute), MethodType, ServerCallContext, IMagicOnionSerializer, ILogger, MethodHandler, IServiceProvider) - fullName: MagicOnion.Server.ServiceContext.ServiceContext(Type, MethodInfo, ILookup, MethodType, ServerCallContext, MagicOnion.Serialization.IMagicOnionSerializer, ILogger, MagicOnion.Server.MethodHandler, IServiceProvider) - fullName.vb: MagicOnion.Server.ServiceContext.ServiceContext(Type, MethodInfo, ILookup(Of Type, Attribute), MethodType, ServerCallContext, MagicOnion.Serialization.IMagicOnionSerializer, ILogger, MagicOnion.Server.MethodHandler, IServiceProvider) - nameWithType: ServiceContext.ServiceContext(Type, MethodInfo, ILookup, MethodType, ServerCallContext, IMagicOnionSerializer, ILogger, MethodHandler, IServiceProvider) - nameWithType.vb: ServiceContext.ServiceContext(Type, MethodInfo, ILookup(Of Type, Attribute), MethodType, ServerCallContext, IMagicOnionSerializer, ILogger, MethodHandler, IServiceProvider) -- uid: MagicOnion.Server.ServiceContext.#ctor* - name: ServiceContext - href: api/MagicOnion.Server.ServiceContext.html#MagicOnion_Server_ServiceContext__ctor_ - commentId: Overload:MagicOnion.Server.ServiceContext.#ctor - isSpec: "True" - fullName: MagicOnion.Server.ServiceContext.ServiceContext - nameWithType: ServiceContext.ServiceContext - uid: MagicOnion.Server.ServiceContext.AttributeLookup name: AttributeLookup href: api/MagicOnion.Server.ServiceContext.html#MagicOnion_Server_ServiceContext_AttributeLookup @@ -12943,6 +13749,19 @@ references: isSpec: "True" fullName: MagicOnion.Server.ServiceContext.MethodInfo nameWithType: ServiceContext.MethodInfo +- uid: MagicOnion.Server.ServiceContext.MethodName + name: MethodName + href: api/MagicOnion.Server.ServiceContext.html#MagicOnion_Server_ServiceContext_MethodName + commentId: P:MagicOnion.Server.ServiceContext.MethodName + fullName: MagicOnion.Server.ServiceContext.MethodName + nameWithType: ServiceContext.MethodName +- uid: MagicOnion.Server.ServiceContext.MethodName* + name: MethodName + href: api/MagicOnion.Server.ServiceContext.html#MagicOnion_Server_ServiceContext_MethodName_ + commentId: Overload:MagicOnion.Server.ServiceContext.MethodName + isSpec: "True" + fullName: MagicOnion.Server.ServiceContext.MethodName + nameWithType: ServiceContext.MethodName - uid: MagicOnion.Server.ServiceContext.MethodType name: MethodType href: api/MagicOnion.Server.ServiceContext.html#MagicOnion_Server_ServiceContext_MethodType @@ -12956,6 +13775,19 @@ references: isSpec: "True" fullName: MagicOnion.Server.ServiceContext.MethodType nameWithType: ServiceContext.MethodType +- uid: MagicOnion.Server.ServiceContext.ServiceName + name: ServiceName + href: api/MagicOnion.Server.ServiceContext.html#MagicOnion_Server_ServiceContext_ServiceName + commentId: P:MagicOnion.Server.ServiceContext.ServiceName + fullName: MagicOnion.Server.ServiceContext.ServiceName + nameWithType: ServiceContext.ServiceName +- uid: MagicOnion.Server.ServiceContext.ServiceName* + name: ServiceName + href: api/MagicOnion.Server.ServiceContext.html#MagicOnion_Server_ServiceContext_ServiceName_ + commentId: Overload:MagicOnion.Server.ServiceContext.ServiceName + isSpec: "True" + fullName: MagicOnion.Server.ServiceContext.ServiceName + nameWithType: ServiceContext.ServiceName - uid: MagicOnion.Server.ServiceContext.ServiceProvider name: ServiceProvider href: api/MagicOnion.Server.ServiceContext.html#MagicOnion_Server_ServiceContext_ServiceProvider @@ -13485,6 +14317,24 @@ references: commentId: M:Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder) fullName: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder) nameWithType: MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder) +- uid: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder,Assembly[]) + name: MapMagicOnionService(IEndpointRouteBuilder, Assembly[]) + href: api/Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.html#Microsoft_AspNetCore_Builder_MagicOnionEndpointRouteBuilderExtensions_MapMagicOnionService_IEndpointRouteBuilder_Assembly___ + commentId: M:Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder,Assembly[]) + name.vb: MapMagicOnionService(IEndpointRouteBuilder, Assembly()) + fullName: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder, Assembly[]) + fullName.vb: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder, Assembly()) + nameWithType: MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder, Assembly[]) + nameWithType.vb: MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder, Assembly()) +- uid: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder,Type[]) + name: MapMagicOnionService(IEndpointRouteBuilder, Type[]) + href: api/Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.html#Microsoft_AspNetCore_Builder_MagicOnionEndpointRouteBuilderExtensions_MapMagicOnionService_IEndpointRouteBuilder_Type___ + commentId: M:Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder,Type[]) + name.vb: MapMagicOnionService(IEndpointRouteBuilder, Type()) + fullName: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder, Type[]) + fullName.vb: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder, Type()) + nameWithType: MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder, Type[]) + nameWithType.vb: MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder, Type()) - uid: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService* name: MapMagicOnionService href: api/Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.html#Microsoft_AspNetCore_Builder_MagicOnionEndpointRouteBuilderExtensions_MapMagicOnionService_ @@ -13492,6 +14342,21 @@ references: isSpec: "True" fullName: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService nameWithType: MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService +- uid: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService``1(IEndpointRouteBuilder) + name: MapMagicOnionService(IEndpointRouteBuilder) + href: api/Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.html#Microsoft_AspNetCore_Builder_MagicOnionEndpointRouteBuilderExtensions_MapMagicOnionService__1_IEndpointRouteBuilder_ + commentId: M:Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService``1(IEndpointRouteBuilder) + name.vb: MapMagicOnionService(Of T)(IEndpointRouteBuilder) + fullName: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder) + fullName.vb: Microsoft.AspNetCore.Builder.MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(Of T)(IEndpointRouteBuilder) + nameWithType: MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(IEndpointRouteBuilder) + nameWithType.vb: MagicOnionEndpointRouteBuilderExtensions.MapMagicOnionService(Of T)(IEndpointRouteBuilder) +- uid: Microsoft.AspNetCore.Builder.MagicOnionServiceEndpointConventionBuilder + name: MagicOnionServiceEndpointConventionBuilder + href: api/Microsoft.AspNetCore.Builder.MagicOnionServiceEndpointConventionBuilder.html + commentId: T:Microsoft.AspNetCore.Builder.MagicOnionServiceEndpointConventionBuilder + fullName: Microsoft.AspNetCore.Builder.MagicOnionServiceEndpointConventionBuilder + nameWithType: MagicOnionServiceEndpointConventionBuilder - uid: Microsoft.Extensions.DependencyInjection name: Microsoft.Extensions.DependencyInjection href: api/Microsoft.Extensions.DependencyInjection.html