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)
343343 {
344344 var property = new HttpApiTypes . HTTP_DELEGATE_REQUEST_PROPERTY_INFO ( )
345345 {
346- ProperyId = HttpApiTypes . HTTP_DELEGATE_REQUEST_PROPERTY_ID . DelegateRequestDelegateUrlProperty ,
346+ PropertyId = HttpApiTypes . HTTP_DELEGATE_REQUEST_PROPERTY_ID . DelegateRequestDelegateUrlProperty ,
347347 PropertyInfo = ( IntPtr ) uriPointer ,
348348 PropertyInfoLength = ( uint ) System . Text . Encoding . Unicode . GetByteCount ( destination . UrlPrefix )
349349 } ;
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ internal enum HTTP_FEATURE_ID
8989 [ StructLayout ( LayoutKind . Sequential , Pack = 4 ) ]
9090 internal struct HTTP_DELEGATE_REQUEST_PROPERTY_INFO
9191 {
92- internal HTTP_DELEGATE_REQUEST_PROPERTY_ID ProperyId ;
92+ internal HTTP_DELEGATE_REQUEST_PROPERTY_ID PropertyId ;
9393 internal uint PropertyInfoLength ;
9494 internal IntPtr PropertyInfo ;
9595 }
You can’t perform that action at this time.
0 commit comments