File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Servers/HttpSys/src/RequestProcessing
Shared/HttpSys/NativeInterop Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ internal unsafe void Delegate(DelegationRule destination)
343
343
{
344
344
var property = new HttpApiTypes . HTTP_DELEGATE_REQUEST_PROPERTY_INFO ( )
345
345
{
346
- ProperyId = HttpApiTypes . HTTP_DELEGATE_REQUEST_PROPERTY_ID . DelegateRequestDelegateUrlProperty ,
346
+ PropertyId = HttpApiTypes . HTTP_DELEGATE_REQUEST_PROPERTY_ID . DelegateRequestDelegateUrlProperty ,
347
347
PropertyInfo = ( IntPtr ) uriPointer ,
348
348
PropertyInfoLength = ( uint ) System . Text . Encoding . Unicode . GetByteCount ( destination . UrlPrefix )
349
349
} ;
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ internal enum HTTP_FEATURE_ID
89
89
[ StructLayout ( LayoutKind . Sequential , Pack = 4 ) ]
90
90
internal struct HTTP_DELEGATE_REQUEST_PROPERTY_INFO
91
91
{
92
- internal HTTP_DELEGATE_REQUEST_PROPERTY_ID ProperyId ;
92
+ internal HTTP_DELEGATE_REQUEST_PROPERTY_ID PropertyId ;
93
93
internal uint PropertyInfoLength ;
94
94
internal IntPtr PropertyInfo ;
95
95
}
You can’t perform that action at this time.
0 commit comments