| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 |
- commit 4cf0b5d033e445153f8ed6bf40bcd8e7b959fd2d
- Author: Ryan Brandenburg <[email protected]>
- Date: Wed Mar 14 15:35:35 2018 -0700
- Set 2.0 baselines
- diff --git a/src/Microsoft.AspNetCore.WebSockets/baseline.netcore.json b/src/Microsoft.AspNetCore.WebSockets/baseline.netcore.json
- new file mode 100644
- index 00000000000..6bddb5de961
- --- /dev/null
- +++ b/src/Microsoft.AspNetCore.WebSockets/baseline.netcore.json
- @@ -0,0 +1,231 @@
- +{
- + "AssemblyIdentity": "Microsoft.AspNetCore.WebSockets, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- + "Types": [
- + {
- + "Name": "Microsoft.AspNetCore.Builder.WebSocketMiddlewareExtensions",
- + "Visibility": "Public",
- + "Kind": "Class",
- + "Abstract": true,
- + "Static": true,
- + "Sealed": true,
- + "ImplementedInterfaces": [],
- + "Members": [
- + {
- + "Kind": "Method",
- + "Name": "UseWebSockets",
- + "Parameters": [
- + {
- + "Name": "app",
- + "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- + }
- + ],
- + "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- + "Static": true,
- + "Extension": true,
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "UseWebSockets",
- + "Parameters": [
- + {
- + "Name": "app",
- + "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- + },
- + {
- + "Name": "options",
- + "Type": "Microsoft.AspNetCore.Builder.WebSocketOptions"
- + }
- + ],
- + "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- + "Static": true,
- + "Extension": true,
- + "Visibility": "Public",
- + "GenericParameter": []
- + }
- + ],
- + "GenericParameters": []
- + },
- + {
- + "Name": "Microsoft.AspNetCore.Builder.WebSocketOptions",
- + "Visibility": "Public",
- + "Kind": "Class",
- + "ImplementedInterfaces": [],
- + "Members": [
- + {
- + "Kind": "Method",
- + "Name": "get_KeepAliveInterval",
- + "Parameters": [],
- + "ReturnType": "System.TimeSpan",
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "set_KeepAliveInterval",
- + "Parameters": [
- + {
- + "Name": "value",
- + "Type": "System.TimeSpan"
- + }
- + ],
- + "ReturnType": "System.Void",
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "get_ReceiveBufferSize",
- + "Parameters": [],
- + "ReturnType": "System.Int32",
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "set_ReceiveBufferSize",
- + "Parameters": [
- + {
- + "Name": "value",
- + "Type": "System.Int32"
- + }
- + ],
- + "ReturnType": "System.Void",
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Constructor",
- + "Name": ".ctor",
- + "Parameters": [],
- + "Visibility": "Public",
- + "GenericParameter": []
- + }
- + ],
- + "GenericParameters": []
- + },
- + {
- + "Name": "Microsoft.AspNetCore.WebSockets.ExtendedWebSocketAcceptContext",
- + "Visibility": "Public",
- + "Kind": "Class",
- + "BaseType": "Microsoft.AspNetCore.Http.WebSocketAcceptContext",
- + "ImplementedInterfaces": [],
- + "Members": [
- + {
- + "Kind": "Method",
- + "Name": "get_SubProtocol",
- + "Parameters": [],
- + "ReturnType": "System.String",
- + "Virtual": true,
- + "Override": true,
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "set_SubProtocol",
- + "Parameters": [
- + {
- + "Name": "value",
- + "Type": "System.String"
- + }
- + ],
- + "ReturnType": "System.Void",
- + "Virtual": true,
- + "Override": true,
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "get_ReceiveBufferSize",
- + "Parameters": [],
- + "ReturnType": "System.Nullable<System.Int32>",
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "set_ReceiveBufferSize",
- + "Parameters": [
- + {
- + "Name": "value",
- + "Type": "System.Nullable<System.Int32>"
- + }
- + ],
- + "ReturnType": "System.Void",
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "get_KeepAliveInterval",
- + "Parameters": [],
- + "ReturnType": "System.Nullable<System.TimeSpan>",
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "set_KeepAliveInterval",
- + "Parameters": [
- + {
- + "Name": "value",
- + "Type": "System.Nullable<System.TimeSpan>"
- + }
- + ],
- + "ReturnType": "System.Void",
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Constructor",
- + "Name": ".ctor",
- + "Parameters": [],
- + "Visibility": "Public",
- + "GenericParameter": []
- + }
- + ],
- + "GenericParameters": []
- + },
- + {
- + "Name": "Microsoft.AspNetCore.WebSockets.WebSocketMiddleware",
- + "Visibility": "Public",
- + "Kind": "Class",
- + "ImplementedInterfaces": [],
- + "Members": [
- + {
- + "Kind": "Method",
- + "Name": "Invoke",
- + "Parameters": [
- + {
- + "Name": "context",
- + "Type": "Microsoft.AspNetCore.Http.HttpContext"
- + }
- + ],
- + "ReturnType": "System.Threading.Tasks.Task",
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Constructor",
- + "Name": ".ctor",
- + "Parameters": [
- + {
- + "Name": "next",
- + "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
- + },
- + {
- + "Name": "options",
- + "Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.WebSocketOptions>"
- + }
- + ],
- + "Visibility": "Public",
- + "GenericParameter": []
- + }
- + ],
- + "GenericParameters": []
- + }
- + ]
- +}
- \ No newline at end of file
|